Shades of Jungle Green #249F7C
Tints of Jungle Green #249F7C
RGB
CMYK
RGB Variations
Color information
#249F7C (or 0x249F7C) is known color: Jungle Green. HEX triplet: 24, 9F and 7C. RGB value is (36,159,124). Sum of RGB (Red+Green+Blue) = 36+159+124=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #249F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F7C is #DB6083. Grayscale: #767676. Windows color (decimal): -14377092 or 8167204. OLE color: 8167204.
HSL color Cylindrical-coordinate representation of color #249F7C: hue angle of 162.93º 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 #249F7C is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 124 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.38 |
| HSL | 162.93º | 0.63% | 0.38% | - |
| HSV(B) | 162.93º | 0.77% | 0.62% | - |
| XYZ | 16.76 | 26.63 | 23.32 | - |
| YUV | 118.23 | 131.25 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 124 | 0.77 | 0 | 0.22 | 0.38 | 162.93 | 0.63 | 0.38 |
| Hex | 24 | 9F | 7C | 4D | 0 | 16 | 26 | A3 | 3F | 26 |
| Octal | 44 | 237 | 174 | 115 | 0 | 26 | 46 | 243 | 77 | 46 |
| Binary | 100100 | 10011111 | 1111100 | 1001101 | 0 | 10110 | 100110 | 10100011 | 111111 | 100110 |
Color Harmonies of #249F7C
Complementary color
Monochromatic Colors of #249F7C
Black with #249F7C
Text Example
Text Example
White with #249F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F7C; }
p { color: rgb(36,159,124); }
H1.HeaderClassName
{
color: #249F7C;
}
.AnyTagClassName
{
color: #249F7C;
}
</style>
background-color css
<style>
a { background-color: #249F7C; }
a { background-color: rgb(36,159,124); }
div.DivClassName
{
background-color: #249F7C;
}
.BgClassName
{
background-color: #249F7C;
}
</style>
border-color css
<style>
span { border-color: #249F7C; }
span { border-color: rgb(36,159,124); }
td.TdClassName
{
border-color: #249F7C;
}
.TagClassName
{
border-color: #249F7C;
}
</style>