Shades of Jungle Green #249F80
Tints of Jungle Green #249F80
RGB
CMYK
RGB Variations
Color information
#249F80 (or 0x249F80) is known color: Jungle Green. HEX triplet: 24, 9F and 80. RGB value is (36,159,128). Sum of RGB (Red+Green+Blue) = 36+159+128=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #249F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F80 is #DB607F. Grayscale: #767676. Windows color (decimal): -14377088 or 8429348. OLE color: 8429348.
HSL color Cylindrical-coordinate representation of color #249F80: hue angle of 164.88º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F80 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 128 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.38 |
| HSL | 164.88º | 0.63% | 0.38% | - |
| HSV(B) | 164.88º | 0.77% | 0.62% | - |
| XYZ | 17.02 | 26.73 | 24.68 | - |
| YUV | 118.69 | 133.25 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 128 | 0.77 | 0 | 0.19 | 0.38 | 164.88 | 0.63 | 0.38 |
| Hex | 24 | 9F | 80 | 4D | 0 | 13 | 26 | A5 | 3F | 26 |
| Octal | 44 | 237 | 200 | 115 | 0 | 23 | 46 | 245 | 77 | 46 |
| Binary | 100100 | 10011111 | 10000000 | 1001101 | 0 | 10011 | 100110 | 10100101 | 111111 | 100110 |
Color Harmonies of #249F80
Complementary color
Monochromatic Colors of #249F80
Black with #249F80
Text Example
Text Example
White with #249F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F80; }
p { color: rgb(36,159,128); }
H1.HeaderClassName
{
color: #249F80;
}
.AnyTagClassName
{
color: #249F80;
}
</style>
background-color css
<style>
a { background-color: #249F80; }
a { background-color: rgb(36,159,128); }
div.DivClassName
{
background-color: #249F80;
}
.BgClassName
{
background-color: #249F80;
}
</style>
border-color css
<style>
span { border-color: #249F80; }
span { border-color: rgb(36,159,128); }
td.TdClassName
{
border-color: #249F80;
}
.TagClassName
{
border-color: #249F80;
}
</style>