Shades of Eucalyptus #249C5F
Tints of Eucalyptus #249C5F
RGB
CMYK
RGB Variations
Color information
#249C5F (or 0x249C5F) is known color: Eucalyptus. HEX triplet: 24, 9C and 5F. RGB value is (36,156,95). Sum of RGB (Red+Green+Blue) = 36+156+95=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #249C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C5F is #DB63A0. Grayscale: #717171. Windows color (decimal): -14377889 or 6265892. OLE color: 6265892.
HSL color Cylindrical-coordinate representation of color #249C5F: hue angle of 149.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C5F is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 95 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.39 |
| HSL | 149.5º | 0.63% | 0.38% | - |
| HSV(B) | 149.5º | 0.77% | 0.61% | - |
| XYZ | 14.68 | 24.98 | 14.87 | - |
| YUV | 113.17 | 117.74 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 95 | 0.77 | 0 | 0.39 | 0.39 | 149.5 | 0.63 | 0.38 |
| Hex | 24 | 9C | 5F | 4D | 0 | 27 | 27 | 96 | 3E | 26 |
| Octal | 44 | 234 | 137 | 115 | 0 | 47 | 47 | 226 | 76 | 46 |
| Binary | 100100 | 10011100 | 1011111 | 1001101 | 0 | 100111 | 100111 | 10010110 | 111110 | 100110 |
Color Harmonies of #249C5F
Complementary color
Monochromatic Colors of #249C5F
Black with #249C5F
Text Example
Text Example
White with #249C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C5F; }
p { color: rgb(36,156,95); }
H1.HeaderClassName
{
color: #249C5F;
}
.AnyTagClassName
{
color: #249C5F;
}
</style>
background-color css
<style>
a { background-color: #249C5F; }
a { background-color: rgb(36,156,95); }
div.DivClassName
{
background-color: #249C5F;
}
.BgClassName
{
background-color: #249C5F;
}
</style>
border-color css
<style>
span { border-color: #249C5F; }
span { border-color: rgb(36,156,95); }
td.TdClassName
{
border-color: #249C5F;
}
.TagClassName
{
border-color: #249C5F;
}
</style>