Html Css Color HEX #209F76 Jungle Green

📋 copy color: '#209F76'

red 32 ◦ green 159 ◦ blue 118

#209F76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #209F76

Tints of Jungle Green #209F76

RGB

 RED value IS 32 (12.89% from 255) = 10.36%

 GREEN value IS 159 (62.5% from 255) = 51.46%

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 10.36%
G = 51.46%
B = 38.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#209F76 (or 0x209F76) is known color: Jungle Green. HEX triplet: 20, 9F and 76. RGB value is (32,159,118). Sum of RGB (Red+Green+Blue) = 32+159+118=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #209F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F76 is #DF6089. Grayscale: #747474. Windows color (decimal): -14639242 or 7773984. OLE color: 7773984.

HSL color Cylindrical-coordinate representation of color #209F76: hue angle of 160.63º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209F76 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 159 118 -
CMYK 0.80 0 0.26 0.38
HSL 160.63º 0.66% 0.37% -
HSV(B) 160.63º 0.8% 0.62% -
XYZ 16.26 26.41 21.38 -
YUV 116.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 32 159 118 0.80 0 0.26 0.38 160.63 0.66 0.37
Hex 20 9F 76 50 0 1A 26 A1 42 25
Octal 40 237 166 120 0 32 46 241 102 45
Binary 100000 10011111 1110110 1010000 0 11010 100110 10100001 1000010 100101

Color Harmonies of #209F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209F76

Black with #209F76

Text Example


Text Example

White with #209F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209F76; }

 p { color: rgb(32,159,118); }

 H1.HeaderClassName
 {
   color: #209F76;
 }
 .AnyTagClassName
 {
   color: #209F76;
 }
</style>

background-color css

<style>
 a { background-color: #209F76; }

 a { background-color: rgb(32,159,118); }

 div.DivClassName
 {
   background-color: #209F76;
 }
 .BgClassName
 {
   background-color: #209F76;
 }
</style>

border-color css

<style>
 span { border-color: #209F76; }

 span { border-color: rgb(32,159,118); }

 td.TdClassName
 {
   border-color: #209F76;
 }
 .TagClassName
 {
   border-color: #209F76;
 }
</style>