Html Css Color HEX #209F77 Jungle Green

📋 copy color: '#209F77'

red 32 ◦ green 159 ◦ blue 119

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

Shades of Jungle Green #209F77

Tints of Jungle Green #209F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.39%

R = 10.32%
G = 51.29%
B = 38.39%

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

#209F77 (or 0x209F77) is known color: Jungle Green. HEX triplet: 20, 9F and 77. RGB value is (32,159,119). Sum of RGB (Red+Green+Blue) = 32+159+119=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #209F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F77 is #DF6088. Grayscale: #747474. Windows color (decimal): -14639241 or 7839520. OLE color: 7839520.

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

Color convert

RGB 32 159 119 -
CMYK 0.80 0 0.25 0.38
HSL 161.1º 0.66% 0.37% -
HSV(B) 161.1º 0.8% 0.62% -
XYZ 16.32 26.44 21.69 -
YUV 116.47 129.42 67.75 -
System Red Green Blue C M Y K H S L
Decimal 32 159 119 0.80 0 0.25 0.38 161.1 0.66 0.37
Hex 20 9F 77 50 0 19 26 A1 42 25
Octal 40 237 167 120 0 31 46 241 102 45
Binary 100000 10011111 1110111 1010000 0 11001 100110 10100001 1000010 100101

Color Harmonies of #209F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209F77

Black with #209F77

Text Example


Text Example

White with #209F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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