Shades of Jungle Green #209B7D
Tints of Jungle Green #209B7D
RGB
CMYK
RGB Variations
Color information
#209B7D (or 0x209B7D) is known color: Jungle Green. HEX triplet: 20, 9B and 7D. RGB value is (32,155,125). Sum of RGB (Red+Green+Blue) = 32+155+125=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #209B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209B7D is #DF6482. Grayscale: #727272. Windows color (decimal): -14640259 or 8231712. OLE color: 8231712.
HSL color Cylindrical-coordinate representation of color #209B7D: hue angle of 165.37º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209B7D is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 155 | 125 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.39 |
| HSL | 165.37º | 0.66% | 0.37% | - |
| HSV(B) | 165.37º | 0.79% | 0.61% | - |
| XYZ | 16.02 | 25.23 | 23.43 | - |
| YUV | 114.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 125 | 0.79 | 0 | 0.19 | 0.39 | 165.37 | 0.66 | 0.37 |
| Hex | 20 | 9B | 7D | 4F | 0 | 13 | 27 | A5 | 42 | 25 |
| Octal | 40 | 233 | 175 | 117 | 0 | 23 | 47 | 245 | 102 | 45 |
| Binary | 100000 | 10011011 | 1111101 | 1001111 | 0 | 10011 | 100111 | 10100101 | 1000010 | 100101 |
Color Harmonies of #209B7D
Complementary color
Monochromatic Colors of #209B7D
Black with #209B7D
Text Example
Text Example
White with #209B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209B7D; }
p { color: rgb(32,155,125); }
H1.HeaderClassName
{
color: #209B7D;
}
.AnyTagClassName
{
color: #209B7D;
}
</style>
background-color css
<style>
a { background-color: #209B7D; }
a { background-color: rgb(32,155,125); }
div.DivClassName
{
background-color: #209B7D;
}
.BgClassName
{
background-color: #209B7D;
}
</style>
border-color css
<style>
span { border-color: #209B7D; }
span { border-color: rgb(32,155,125); }
td.TdClassName
{
border-color: #209B7D;
}
.TagClassName
{
border-color: #209B7D;
}
</style>