Shades of Eucalyptus #249A5F
Tints of Eucalyptus #249A5F
RGB
CMYK
RGB Variations
Color information
#249A5F (or 0x249A5F) is known color: Eucalyptus. HEX triplet: 24, 9A and 5F. RGB value is (36,154,95). Sum of RGB (Red+Green+Blue) = 36+154+95=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #249A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A5F is #DB65A0. Grayscale: #707070. Windows color (decimal): -14378401 or 6265380. OLE color: 6265380.
HSL color Cylindrical-coordinate representation of color #249A5F: hue angle of 150º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A5F is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 154 | 95 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.40 |
| HSL | 150º | 0.62% | 0.37% | - |
| HSV(B) | 150º | 0.77% | 0.6% | - |
| XYZ | 14.35 | 24.31 | 14.76 | - |
| YUV | 111.99 | 118.41 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 95 | 0.77 | 0 | 0.38 | 0.40 | 150 | 0.62 | 0.37 |
| Hex | 24 | 9A | 5F | 4D | 0 | 26 | 28 | 96 | 3E | 25 |
| Octal | 44 | 232 | 137 | 115 | 0 | 46 | 50 | 226 | 76 | 45 |
| Binary | 100100 | 10011010 | 1011111 | 1001101 | 0 | 100110 | 101000 | 10010110 | 111110 | 100101 |
Color Harmonies of #249A5F
Complementary color
Monochromatic Colors of #249A5F
Black with #249A5F
Text Example
Text Example
White with #249A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249A5F; }
p { color: rgb(36,154,95); }
H1.HeaderClassName
{
color: #249A5F;
}
.AnyTagClassName
{
color: #249A5F;
}
</style>
background-color css
<style>
a { background-color: #249A5F; }
a { background-color: rgb(36,154,95); }
div.DivClassName
{
background-color: #249A5F;
}
.BgClassName
{
background-color: #249A5F;
}
</style>
border-color css
<style>
span { border-color: #249A5F; }
span { border-color: rgb(36,154,95); }
td.TdClassName
{
border-color: #249A5F;
}
.TagClassName
{
border-color: #249A5F;
}
</style>