#209D7D

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

Shades of Jungle Green #209D7D

Tints of Jungle Green #209D7D

Color information

#209D7D (or 0x209D7D) is unknown color: approx Jungle Green. HEX triplet: 20, 9D and 7D. RGB value is (32,157,125). Sum of RGB (Red+Green+Blue) = 32+157+125=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #209D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D7D is #DF6282. Grayscale: #737373. Windows color (decimal): -14639747 or 8232224. OLE color: 8232224.

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

Color convert

RGB32157125-
CMYK0.8000.200.38
HSL164.64º66.14%37.06%-
HSV(B)164.64º79.62%61.57%-
XYZ16.3525.923.54-
YUV115.98133.0968.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.19%
GREEN value IS 157 (61.72% from 255) = 50%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=10.19%
G=50%
B=39.81%

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
Decimal321571250.8000.200.38164.6466.1437.06
Hex209D7D5001426a54225
Octal402351751200244624510245
Binary1000001001110111111011010000010100100110101001011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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