Shades of Eucalyptus #24A252
Tints of Eucalyptus #24A252
RGB
CMYK
RGB Variations
Color information
#24A252 (or 0x24A252) is known color: Eucalyptus. HEX triplet: 24, A2 and 52. RGB value is (36,162,82). Sum of RGB (Red+Green+Blue) = 36+162+82=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #24A252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A252 is #DB5DAD. Grayscale: #737373. Windows color (decimal): -14376366 or 5415460. OLE color: 5415460.
HSL color Cylindrical-coordinate representation of color #24A252: hue angle of 141.9º 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 #24A252 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 162 | 82 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.36 |
| HSL | 141.9º | 0.64% | 0.39% | - |
| HSV(B) | 141.9º | 0.78% | 0.64% | - |
| XYZ | 15.17 | 26.82 | 12.36 | - |
| YUV | 115.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 162 | 82 | 0.78 | 0 | 0.49 | 0.36 | 141.9 | 0.64 | 0.39 |
| Hex | 24 | A2 | 52 | 4E | 0 | 31 | 24 | 8E | 40 | 27 |
| Octal | 44 | 242 | 122 | 116 | 0 | 61 | 44 | 216 | 100 | 47 |
| Binary | 100100 | 10100010 | 1010010 | 1001110 | 0 | 110001 | 100100 | 10001110 | 1000000 | 100111 |
Color Harmonies of #24A252
Complementary color
Monochromatic Colors of #24A252
Black with #24A252
Text Example
Text Example
White with #24A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A252; }
p { color: rgb(36,162,82); }
H1.HeaderClassName
{
color: #24A252;
}
.AnyTagClassName
{
color: #24A252;
}
</style>
background-color css
<style>
a { background-color: #24A252; }
a { background-color: rgb(36,162,82); }
div.DivClassName
{
background-color: #24A252;
}
.BgClassName
{
background-color: #24A252;
}
</style>
border-color css
<style>
span { border-color: #24A252; }
span { border-color: rgb(36,162,82); }
td.TdClassName
{
border-color: #24A252;
}
.TagClassName
{
border-color: #24A252;
}
</style>