Shades of Jungle Green #249F81
Tints of Jungle Green #249F81
RGB
CMYK
RGB Variations
Color information
#249F81 (or 0x249F81) is known color: Jungle Green. HEX triplet: 24, 9F and 81. RGB value is (36,159,129). Sum of RGB (Red+Green+Blue) = 36+159+129=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #249F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F81 is #DB607E. Grayscale: #767676. Windows color (decimal): -14377087 or 8494884. OLE color: 8494884.
HSL color Cylindrical-coordinate representation of color #249F81: hue angle of 165.37º 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 #249F81 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 129 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.38 |
| HSL | 165.37º | 0.63% | 0.38% | - |
| HSV(B) | 165.37º | 0.77% | 0.62% | - |
| XYZ | 17.09 | 26.76 | 25.03 | - |
| YUV | 118.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 129 | 0.77 | 0 | 0.19 | 0.38 | 165.37 | 0.63 | 0.38 |
| Hex | 24 | 9F | 81 | 4D | 0 | 13 | 26 | A5 | 3F | 26 |
| Octal | 44 | 237 | 201 | 115 | 0 | 23 | 46 | 245 | 77 | 46 |
| Binary | 100100 | 10011111 | 10000001 | 1001101 | 0 | 10011 | 100110 | 10100101 | 111111 | 100110 |
Color Harmonies of #249F81
Complementary color
Monochromatic Colors of #249F81
Black with #249F81
Text Example
Text Example
White with #249F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F81; }
p { color: rgb(36,159,129); }
H1.HeaderClassName
{
color: #249F81;
}
.AnyTagClassName
{
color: #249F81;
}
</style>
background-color css
<style>
a { background-color: #249F81; }
a { background-color: rgb(36,159,129); }
div.DivClassName
{
background-color: #249F81;
}
.BgClassName
{
background-color: #249F81;
}
</style>
border-color css
<style>
span { border-color: #249F81; }
span { border-color: rgb(36,159,129); }
td.TdClassName
{
border-color: #249F81;
}
.TagClassName
{
border-color: #249F81;
}
</style>