Shades of Jungle Green #249B7D
Tints of Jungle Green #249B7D
RGB
CMYK
RGB Variations
Color information
#249B7D (or 0x249B7D) is known color: Jungle Green. HEX triplet: 24, 9B and 7D. RGB value is (36,155,125). Sum of RGB (Red+Green+Blue) = 36+155+125=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #249B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B7D is #DB6482. Grayscale: #737373. Windows color (decimal): -14378115 or 8231716. OLE color: 8231716.
HSL color Cylindrical-coordinate representation of color #249B7D: hue angle of 164.87º 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 #249B7D is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 125 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.39 |
| HSL | 164.87º | 0.62% | 0.37% | - |
| HSV(B) | 164.87º | 0.77% | 0.61% | - |
| XYZ | 16.15 | 25.3 | 23.43 | - |
| YUV | 116 | 133.08 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 125 | 0.77 | 0 | 0.19 | 0.39 | 164.87 | 0.62 | 0.37 |
| Hex | 24 | 9B | 7D | 4D | 0 | 13 | 27 | A5 | 3E | 25 |
| Octal | 44 | 233 | 175 | 115 | 0 | 23 | 47 | 245 | 76 | 45 |
| Binary | 100100 | 10011011 | 1111101 | 1001101 | 0 | 10011 | 100111 | 10100101 | 111110 | 100101 |
Color Harmonies of #249B7D
Complementary color
Monochromatic Colors of #249B7D
Black with #249B7D
Text Example
Text Example
White with #249B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B7D; }
p { color: rgb(36,155,125); }
H1.HeaderClassName
{
color: #249B7D;
}
.AnyTagClassName
{
color: #249B7D;
}
</style>
background-color css
<style>
a { background-color: #249B7D; }
a { background-color: rgb(36,155,125); }
div.DivClassName
{
background-color: #249B7D;
}
.BgClassName
{
background-color: #249B7D;
}
</style>
border-color css
<style>
span { border-color: #249B7D; }
span { border-color: rgb(36,155,125); }
td.TdClassName
{
border-color: #249B7D;
}
.TagClassName
{
border-color: #249B7D;
}
</style>