Shades of Eucalyptus #249F58
Tints of Eucalyptus #249F58
RGB
CMYK
RGB Variations
Color information
#249F58 (or 0x249F58) is known color: Eucalyptus. HEX triplet: 24, 9F and 58. RGB value is (36,159,88). Sum of RGB (Red+Green+Blue) = 36+159+88=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #249F58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F58 is #DB60A7. Grayscale: #727272. Windows color (decimal): -14377128 or 5807908. OLE color: 5807908.
HSL color Cylindrical-coordinate representation of color #249F58: hue angle of 145.37º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F58 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 88 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.38 |
| HSL | 145.37º | 0.63% | 0.38% | - |
| HSV(B) | 145.37º | 0.77% | 0.62% | - |
| XYZ | 14.89 | 25.88 | 13.44 | - |
| YUV | 114.13 | 113.25 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 88 | 0.77 | 0 | 0.45 | 0.38 | 145.37 | 0.63 | 0.38 |
| Hex | 24 | 9F | 58 | 4D | 0 | 2D | 26 | 91 | 3F | 26 |
| Octal | 44 | 237 | 130 | 115 | 0 | 55 | 46 | 221 | 77 | 46 |
| Binary | 100100 | 10011111 | 1011000 | 1001101 | 0 | 101101 | 100110 | 10010001 | 111111 | 100110 |
Color Harmonies of #249F58
Complementary color
Monochromatic Colors of #249F58
Black with #249F58
Text Example
Text Example
White with #249F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F58; }
p { color: rgb(36,159,88); }
H1.HeaderClassName
{
color: #249F58;
}
.AnyTagClassName
{
color: #249F58;
}
</style>
background-color css
<style>
a { background-color: #249F58; }
a { background-color: rgb(36,159,88); }
div.DivClassName
{
background-color: #249F58;
}
.BgClassName
{
background-color: #249F58;
}
</style>
border-color css
<style>
span { border-color: #249F58; }
span { border-color: rgb(36,159,88); }
td.TdClassName
{
border-color: #249F58;
}
.TagClassName
{
border-color: #249F58;
}
</style>