Shades of Jungle Green #209B7B
Tints of Jungle Green #209B7B
RGB
CMYK
RGB Variations
Color information
#209B7B (or 0x209B7B) is known color: Jungle Green. HEX triplet: 20, 9B and 7B. RGB value is (32,155,123). Sum of RGB (Red+Green+Blue) = 32+155+123=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #209B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209B7B is #DF6484. Grayscale: #727272. Windows color (decimal): -14640261 or 8100640. OLE color: 8100640.
HSL color Cylindrical-coordinate representation of color #209B7B: hue angle of 164.39º 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 #209B7B is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 155 | 123 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.39 |
| HSL | 164.39º | 0.66% | 0.37% | - |
| HSV(B) | 164.39º | 0.79% | 0.61% | - |
| XYZ | 15.89 | 25.18 | 22.76 | - |
| YUV | 114.58 | 132.75 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 123 | 0.79 | 0 | 0.21 | 0.39 | 164.39 | 0.66 | 0.37 |
| Hex | 20 | 9B | 7B | 4F | 0 | 15 | 27 | A4 | 42 | 25 |
| Octal | 40 | 233 | 173 | 117 | 0 | 25 | 47 | 244 | 102 | 45 |
| Binary | 100000 | 10011011 | 1111011 | 1001111 | 0 | 10101 | 100111 | 10100100 | 1000010 | 100101 |
Color Harmonies of #209B7B
Complementary color
Monochromatic Colors of #209B7B
Black with #209B7B
Text Example
Text Example
White with #209B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209B7B; }
p { color: rgb(32,155,123); }
H1.HeaderClassName
{
color: #209B7B;
}
.AnyTagClassName
{
color: #209B7B;
}
</style>
background-color css
<style>
a { background-color: #209B7B; }
a { background-color: rgb(32,155,123); }
div.DivClassName
{
background-color: #209B7B;
}
.BgClassName
{
background-color: #209B7B;
}
</style>
border-color css
<style>
span { border-color: #209B7B; }
span { border-color: rgb(32,155,123); }
td.TdClassName
{
border-color: #209B7B;
}
.TagClassName
{
border-color: #209B7B;
}
</style>