Html Css Color HEX #209E76 Jungle Green

📋 copy color: '#209E76'

red 32 ◦ green 158 ◦ blue 118

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

Shades of Jungle Green #209E76

Tints of Jungle Green #209E76

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.3%

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

R = 10.39%
G = 51.3%
B = 38.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#209E76 (or 0x209E76) is known color: Jungle Green. HEX triplet: 20, 9E and 76. RGB value is (32,158,118). Sum of RGB (Red+Green+Blue) = 32+158+118=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #209E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209E76 is #DF6189. Grayscale: #737373. Windows color (decimal): -14639498 or 7773728. OLE color: 7773728.

HSL color Cylindrical-coordinate representation of color #209E76: hue angle of 160.95º 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 #209E76 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 158 118 -
CMYK 0.80 0 0.25 0.38
HSL 160.95º 0.66% 0.37% -
HSV(B) 160.95º 0.8% 0.62% -
XYZ 16.09 26.07 21.32 -
YUV 115.77 129.26 68.25 -
System Red Green Blue C M Y K H S L
Decimal 32 158 118 0.80 0 0.25 0.38 160.95 0.66 0.37
Hex 20 9E 76 50 0 19 26 A1 42 25
Octal 40 236 166 120 0 31 46 241 102 45
Binary 100000 10011110 1110110 1010000 0 11001 100110 10100001 1000010 100101

Color Harmonies of #209E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209E76

Black with #209E76

Text Example


Text Example

White with #209E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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