COLOR #095202

HEX: #095202 RGB: (9,82,2)

Color info

#095202 contains mainly green color. Web safe color of #095202 is #006600 (or #060).

RGB color model

#095202 color RGB value is (9,82,2).

RGB: (9,82,2) (4%, 32%, 1%)

RGB channels and saturation

R 9 of 255 = 4%
G 82 of 255 = 32%
B 2 of 255 = 1%

9
82
2

R + G + B ~ 12%. #095202 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 82 + 2 = 93 (100%)
R 9 of 93 ~ 9.68%
G 82 of 93 ~ 88.17%
B 2 of 93 ~ 2.15'%

%88.17

CMYK color model

#095202 color CMYK value is (89,0,98,68).

  • cyan value is 89.02%
  • magenta value is 0.00%
  • yellow value is 97.56%
  • key color value is 67.84%

CMYK: (89,0,98,68)
C89M0Y98K68 (89%, 0%, 98%, 68%)
(0.89 / 0.00 / 0.98 / 0.68)

CMYK percentages

%89.02
%0
%97.56
%67.84

Codes

Color #095202 in popluar color models

09 52 02
RGB 9 82 2
HSL 115° 95.24% 16.47%
HSB/HSV 115° 97.56% 32.16%
CMYK 89.02% 0.00% 97.56%
67.84%

Color #095202 in popluar number systems.

HEX 09 52 02
Decimal 9 82 2
Binary 1001 1010010 10
Octal 11 122 2

Shades and tints

Shades of #095202

#095202
(9,82,2)
#094B02
(9,75,2)
#094402
(9,68,2)
#093D02
(9,61,2)
#093602
(9,54,2)
#092F02
(9,47,2)
#092802
(9,40,2)
#092102
(9,33,2)
#091A02
(9,26,2)
#091302
(9,19,2)
#090C02
(9,12,2)
#000000
(0,0,0)

Tints of #095202

#095202
(9,82,2)
#1F6119
(31,97,25)
#357030
(53,112,48)
#4B7F47
(75,127,71)
#618E5E
(97,142,94)
#779D75
(119,157,117)
#8DAC8C
(141,172,140)
#A3BBA3
(163,187,163)
#B9CABA
(185,202,186)
#CFD9D1
(207,217,209)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095202 color. Also use rgb(9,82,2) instead hex code.

Text Font Color

.myTextColor { color: #095202; }

<p style="color:#095202">This sample text font color is #095202.</p>

This text font color is #095202.

Background Color

.myBgColor { background-color: #095202; }

<div style="background-color:#095202">Inner text</div>

This div background color is #095202.

Border color

.myBorderColor { border: 1px solid #095202; }

<div style="border:3px solid #095202">Div</div>

This div border color is #095202.

Opacity

.myOpacity80 { color: #095202; opacity: 0.8; }

<p style="color:#095202;opacity:0.8;">80%</p>

Text with #095202 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #095202;}

<p style="text-shadow: 3px 3px 1px #095202">Text here.</p>

This text has shadow with #095202 color.


.textShadow {text-shadow: 3px 3px 1px #095202', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #095202, 5px 5px 20px red">Text here.</p>

This text has shadow with #095202 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#095202, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#095202, Direction=45, Strength=4)">Text</p>

This text has shadow with #095202 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #095202;
-webkit-box-shadow: 1px 1px 3px 2px #095202;
box-shadow: 1px 1px 3px 2px #095202;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #095202; -webkit-box-shadow: 1px 1px 3px 2px #095202; box-shadow:1px 1px 3px 2px #095202;">
Div content here
</div>

This div box has shadow with color #095202.

Preview

Color preview on black background

This text has color #095202 on black background.


Color preview on white background

This text has color #095202 on white background.


Black color preview on #095202 background

This text has black color on #095202 background.


White color preview on #095202 background

This text has white color on #095202 background.


Related colors

Complementary color

Complementary color for #hex is #F6ADFD.


I love getcolorcode.com

Triadic colors

1 #020952 and #520209 with #095202 are triadic colors.

2 #025209 and #520902 with #095202 are triadic colors.