#209D7C

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

Shades of Jungle Green #209D7C

Tints of Jungle Green #209D7C

Color information

#209D7C (or 0x209D7C) is unknown color: approx Jungle Green. HEX triplet: 20, 9D and 7C. RGB value is (32,157,124). Sum of RGB (Red+Green+Blue) = 32+157+124=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #209D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D7C is #DF6283. Grayscale: #737373. Windows color (decimal): -14639748 or 8166688. OLE color: 8166688.

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

Color convert

RGB32157124-
CMYK0.8000.210.38
HSL164.16º66.14%37.06%-
HSV(B)164.16º79.62%61.57%-
XYZ16.2925.8823.2-
YUV115.86132.5968.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.22%
GREEN value IS 157 (61.72% from 255) = 50.16%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=10.22%
G=50.16%
B=39.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321571240.8000.210.38164.1666.1437.06
Hex209D7C5001526a44225
Octal402351741200254624410245
Binary1000001001110111111001010000010101100110101001001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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