#209D7F

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

Shades of Jungle Green #209D7F

Tints of Jungle Green #209D7F

Color information

#209D7F (or 0x209D7F) is unknown color: approx Jungle Green. HEX triplet: 20, 9D and 7F. RGB value is (32,157,127). Sum of RGB (Red+Green+Blue) = 32+157+127=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #209D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D7F is #DF6280. Grayscale: #747474. Windows color (decimal): -14639745 or 8363296. OLE color: 8363296.

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

Color convert

RGB32157127-
CMYK0.8000.190.38
HSL165.6º66.14%37.06%-
HSV(B)165.6º79.62%61.57%-
XYZ16.4825.9524.22-
YUV116.2134.0967.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.13%
GREEN value IS 157 (61.72% from 255) = 49.68%
BLUE value IS 127 (50% from 255) = 40.19%
R=10.13%
G=49.68%
B=40.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321571270.8000.190.38165.666.1437.06
Hex209D7F5001326a64225
Octal402351771200234624610245
Binary1000001001110111111111010000010011100110101001101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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