Shades of Eucalyptus #249D5E
Tints of Eucalyptus #249D5E
RGB
CMYK
RGB Variations
Color information
#249D5E (or 0x249D5E) is known color: Eucalyptus. HEX triplet: 24, 9D and 5E. RGB value is (36,157,94). Sum of RGB (Red+Green+Blue) = 36+157+94=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #249D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249D5E is #DB62A1. Grayscale: #717171. Windows color (decimal): -14377634 or 6200612. OLE color: 6200612.
HSL color Cylindrical-coordinate representation of color #249D5E: hue angle of 148.76º 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 #249D5E is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 157 | 94 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.38 |
| HSL | 148.76º | 0.63% | 0.38% | - |
| HSV(B) | 148.76º | 0.77% | 0.62% | - |
| XYZ | 14.8 | 25.3 | 14.69 | - |
| YUV | 113.64 | 116.91 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 94 | 0.77 | 0 | 0.40 | 0.38 | 148.76 | 0.63 | 0.38 |
| Hex | 24 | 9D | 5E | 4D | 0 | 28 | 26 | 95 | 3F | 26 |
| Octal | 44 | 235 | 136 | 115 | 0 | 50 | 46 | 225 | 77 | 46 |
| Binary | 100100 | 10011101 | 1011110 | 1001101 | 0 | 101000 | 100110 | 10010101 | 111111 | 100110 |
Color Harmonies of #249D5E
Complementary color
Monochromatic Colors of #249D5E
Black with #249D5E
Text Example
Text Example
White with #249D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249D5E; }
p { color: rgb(36,157,94); }
H1.HeaderClassName
{
color: #249D5E;
}
.AnyTagClassName
{
color: #249D5E;
}
</style>
background-color css
<style>
a { background-color: #249D5E; }
a { background-color: rgb(36,157,94); }
div.DivClassName
{
background-color: #249D5E;
}
.BgClassName
{
background-color: #249D5E;
}
</style>
border-color css
<style>
span { border-color: #249D5E; }
span { border-color: rgb(36,157,94); }
td.TdClassName
{
border-color: #249D5E;
}
.TagClassName
{
border-color: #249D5E;
}
</style>