Shades of Jungle Green #24B28B
Tints of Jungle Green #24B28B
RGB
CMYK
RGB Variations
Color information
#24B28B (or 0x24B28B) is known color: Jungle Green. HEX triplet: 24, B2 and 8B. RGB value is (36,178,139). Sum of RGB (Red+Green+Blue) = 36+178+139=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #24B28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24B28B is #DB4D74. Grayscale: #838383. Windows color (decimal): -14372213 or 9155108. OLE color: 9155108.
HSL color Cylindrical-coordinate representation of color #24B28B: hue angle of 163.52º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B28B is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 178 | 139 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.30 |
| HSL | 163.52º | 0.66% | 0.42% | - |
| HSV(B) | 163.52º | 0.8% | 0.7% | - |
| XYZ | 21.31 | 34.08 | 29.88 | - |
| YUV | 131.1 | 132.46 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 178 | 139 | 0.80 | 0 | 0.22 | 0.30 | 163.52 | 0.66 | 0.42 |
| Hex | 24 | B2 | 8B | 50 | 0 | 16 | 1E | A4 | 42 | 2A |
| Octal | 44 | 262 | 213 | 120 | 0 | 26 | 36 | 244 | 102 | 52 |
| Binary | 100100 | 10110010 | 10001011 | 1010000 | 0 | 10110 | 11110 | 10100100 | 1000010 | 101010 |
Color Harmonies of #24B28B
Complementary color
Monochromatic Colors of #24B28B
Black with #24B28B
Text Example
Text Example
White with #24B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B28B; }
p { color: rgb(36,178,139); }
H1.HeaderClassName
{
color: #24B28B;
}
.AnyTagClassName
{
color: #24B28B;
}
</style>
background-color css
<style>
a { background-color: #24B28B; }
a { background-color: rgb(36,178,139); }
div.DivClassName
{
background-color: #24B28B;
}
.BgClassName
{
background-color: #24B28B;
}
</style>
border-color css
<style>
span { border-color: #24B28B; }
span { border-color: rgb(36,178,139); }
td.TdClassName
{
border-color: #24B28B;
}
.TagClassName
{
border-color: #24B28B;
}
</style>