Shades of Jungle Green #249F7D
Tints of Jungle Green #249F7D
RGB
CMYK
RGB Variations
Color information
#249F7D (or 0x249F7D) is known color: Jungle Green. HEX triplet: 24, 9F and 7D. RGB value is (36,159,125). Sum of RGB (Red+Green+Blue) = 36+159+125=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #249F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F7D is #DB6082. Grayscale: #767676. Windows color (decimal): -14377091 or 8232740. OLE color: 8232740.
HSL color Cylindrical-coordinate representation of color #249F7D: hue angle of 163.41º 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 #249F7D is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 125 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.38 |
| HSL | 163.41º | 0.63% | 0.38% | - |
| HSV(B) | 163.41º | 0.77% | 0.62% | - |
| XYZ | 16.83 | 26.65 | 23.66 | - |
| YUV | 118.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 125 | 0.77 | 0 | 0.21 | 0.38 | 163.41 | 0.63 | 0.38 |
| Hex | 24 | 9F | 7D | 4D | 0 | 15 | 26 | A3 | 3F | 26 |
| Octal | 44 | 237 | 175 | 115 | 0 | 25 | 46 | 243 | 77 | 46 |
| Binary | 100100 | 10011111 | 1111101 | 1001101 | 0 | 10101 | 100110 | 10100011 | 111111 | 100110 |
Color Harmonies of #249F7D
Complementary color
Monochromatic Colors of #249F7D
Black with #249F7D
Text Example
Text Example
White with #249F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F7D; }
p { color: rgb(36,159,125); }
H1.HeaderClassName
{
color: #249F7D;
}
.AnyTagClassName
{
color: #249F7D;
}
</style>
background-color css
<style>
a { background-color: #249F7D; }
a { background-color: rgb(36,159,125); }
div.DivClassName
{
background-color: #249F7D;
}
.BgClassName
{
background-color: #249F7D;
}
</style>
border-color css
<style>
span { border-color: #249F7D; }
span { border-color: rgb(36,159,125); }
td.TdClassName
{
border-color: #249F7D;
}
.TagClassName
{
border-color: #249F7D;
}
</style>