Shades of Jungle Green #24A384
Tints of Jungle Green #24A384
RGB
CMYK
RGB Variations
Color information
#24A384 (or 0x24A384) is known color: Jungle Green. HEX triplet: 24, A3 and 84. RGB value is (36,163,132). Sum of RGB (Red+Green+Blue) = 36+163+132=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #24A384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A384 is #DB5C7B. Grayscale: #797979. Windows color (decimal): -14376060 or 8692516. OLE color: 8692516.
HSL color Cylindrical-coordinate representation of color #24A384: hue angle of 165.35º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A384 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 163 | 132 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.36 |
| HSL | 165.35º | 0.64% | 0.39% | - |
| HSV(B) | 165.35º | 0.78% | 0.64% | - |
| XYZ | 17.99 | 28.24 | 26.33 | - |
| YUV | 121.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 163 | 132 | 0.78 | 0 | 0.19 | 0.36 | 165.35 | 0.64 | 0.39 |
| Hex | 24 | A3 | 84 | 4E | 0 | 13 | 24 | A5 | 40 | 27 |
| Octal | 44 | 243 | 204 | 116 | 0 | 23 | 44 | 245 | 100 | 47 |
| Binary | 100100 | 10100011 | 10000100 | 1001110 | 0 | 10011 | 100100 | 10100101 | 1000000 | 100111 |
Color Harmonies of #24A384
Complementary color
Monochromatic Colors of #24A384
Black with #24A384
Text Example
Text Example
White with #24A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A384; }
p { color: rgb(36,163,132); }
H1.HeaderClassName
{
color: #24A384;
}
.AnyTagClassName
{
color: #24A384;
}
</style>
background-color css
<style>
a { background-color: #24A384; }
a { background-color: rgb(36,163,132); }
div.DivClassName
{
background-color: #24A384;
}
.BgClassName
{
background-color: #24A384;
}
</style>
border-color css
<style>
span { border-color: #24A384; }
span { border-color: rgb(36,163,132); }
td.TdClassName
{
border-color: #24A384;
}
.TagClassName
{
border-color: #24A384;
}
</style>