Shades of Jungle Green #249B7E
Tints of Jungle Green #249B7E
RGB
CMYK
RGB Variations
Color information
#249B7E (or 0x249B7E) is known color: Jungle Green. HEX triplet: 24, 9B and 7E. RGB value is (36,155,126). Sum of RGB (Red+Green+Blue) = 36+155+126=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #249B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B7E is #DB6481. Grayscale: #747474. Windows color (decimal): -14378114 or 8297252. OLE color: 8297252.
HSL color Cylindrical-coordinate representation of color #249B7E: hue angle of 165.38º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B7E is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 126 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.39 |
| HSL | 165.38º | 0.62% | 0.37% | - |
| HSV(B) | 165.38º | 0.77% | 0.61% | - |
| XYZ | 16.21 | 25.32 | 23.77 | - |
| YUV | 116.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 126 | 0.77 | 0 | 0.19 | 0.39 | 165.38 | 0.62 | 0.37 |
| Hex | 24 | 9B | 7E | 4D | 0 | 13 | 27 | A5 | 3E | 25 |
| Octal | 44 | 233 | 176 | 115 | 0 | 23 | 47 | 245 | 76 | 45 |
| Binary | 100100 | 10011011 | 1111110 | 1001101 | 0 | 10011 | 100111 | 10100101 | 111110 | 100101 |
Color Harmonies of #249B7E
Complementary color
Monochromatic Colors of #249B7E
Black with #249B7E
Text Example
Text Example
White with #249B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B7E; }
p { color: rgb(36,155,126); }
H1.HeaderClassName
{
color: #249B7E;
}
.AnyTagClassName
{
color: #249B7E;
}
</style>
background-color css
<style>
a { background-color: #249B7E; }
a { background-color: rgb(36,155,126); }
div.DivClassName
{
background-color: #249B7E;
}
.BgClassName
{
background-color: #249B7E;
}
</style>
border-color css
<style>
span { border-color: #249B7E; }
span { border-color: rgb(36,155,126); }
td.TdClassName
{
border-color: #249B7E;
}
.TagClassName
{
border-color: #249B7E;
}
</style>