Shades of Eucalyptus #24A05F
Tints of Eucalyptus #24A05F
RGB
CMYK
RGB Variations
Color information
#24A05F (or 0x24A05F) is known color: Eucalyptus. HEX triplet: 24, A0 and 5F. RGB value is (36,160,95). Sum of RGB (Red+Green+Blue) = 36+160+95=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #24A05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A05F is #DB5FA0. Grayscale: #737373. Windows color (decimal): -14376865 or 6266916. OLE color: 6266916.
HSL color Cylindrical-coordinate representation of color #24A05F: hue angle of 148.55º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24A05F is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 160 | 95 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.37 |
| HSL | 148.55º | 0.63% | 0.38% | - |
| HSV(B) | 148.55º | 0.78% | 0.63% | - |
| XYZ | 15.36 | 26.34 | 15.1 | - |
| YUV | 115.51 | 116.42 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 160 | 95 | 0.78 | 0 | 0.41 | 0.37 | 148.55 | 0.63 | 0.38 |
| Hex | 24 | A0 | 5F | 4E | 0 | 29 | 25 | 95 | 3F | 26 |
| Octal | 44 | 240 | 137 | 116 | 0 | 51 | 45 | 225 | 77 | 46 |
| Binary | 100100 | 10100000 | 1011111 | 1001110 | 0 | 101001 | 100101 | 10010101 | 111111 | 100110 |
Color Harmonies of #24A05F
Complementary color
Monochromatic Colors of #24A05F
Black with #24A05F
Text Example
Text Example
White with #24A05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A05F; }
p { color: rgb(36,160,95); }
H1.HeaderClassName
{
color: #24A05F;
}
.AnyTagClassName
{
color: #24A05F;
}
</style>
background-color css
<style>
a { background-color: #24A05F; }
a { background-color: rgb(36,160,95); }
div.DivClassName
{
background-color: #24A05F;
}
.BgClassName
{
background-color: #24A05F;
}
</style>
border-color css
<style>
span { border-color: #24A05F; }
span { border-color: rgb(36,160,95); }
td.TdClassName
{
border-color: #24A05F;
}
.TagClassName
{
border-color: #24A05F;
}
</style>