#209D7E

Color #209D7E Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #209D7E

Tints of Jungle Green #209D7E

Color information

#209D7E (or 0x209D7E) is unknown color: approx Jungle Green. HEX triplet: 20, 9D and 7E. RGB value is (32,157,126). Sum of RGB (Red+Green+Blue) = 32+157+126=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #209D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D7E is #DF6281. Grayscale: #747474. Windows color (decimal): -14639746 or 8297760. OLE color: 8297760.

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

Color convert

RGB32157126-
CMYK0.8000.200.38
HSL165.12º66.14%37.06%-
HSV(B)165.12º79.62%61.57%-
XYZ16.4225.9323.88-
YUV116.09133.5968.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.16%
GREEN value IS 157 (61.72% from 255) = 49.84%
BLUE value IS 126 (49.61% from 255) = 40%
R=10.16%
G=49.84%
B=40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321571260.8000.200.38165.1266.1437.06
Hex209D7E5001426a54225
Octal402351761200244624510245
Binary1000001001110111111101010000010100100110101001011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,157,126); }

 H1.HeaderClassName
 {
   color: #209D7E;
 }
 .AnyTagClassName
 {
   color: #209D7E;
 }
</style>
background-color css

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

 a { background-color: rgb(32,157,126); }

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

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

 span { border-color: rgb(32,157,126); }

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