Shades of Eucalyptus #249F5D
Tints of Eucalyptus #249F5D
RGB
CMYK
RGB Variations
Color information
#249F5D (or 0x249F5D) is known color: Eucalyptus. HEX triplet: 24, 9F and 5D. RGB value is (36,159,93). Sum of RGB (Red+Green+Blue) = 36+159+93=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #249F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F5D is #DB60A2. Grayscale: #727272. Windows color (decimal): -14377123 or 6135588. OLE color: 6135588.
HSL color Cylindrical-coordinate representation of color #249F5D: hue angle of 147.8º 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 #249F5D is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 93 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.38 |
| HSL | 147.8º | 0.63% | 0.38% | - |
| HSV(B) | 147.8º | 0.77% | 0.62% | - |
| XYZ | 15.1 | 25.96 | 14.57 | - |
| YUV | 114.7 | 115.75 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 93 | 0.77 | 0 | 0.42 | 0.38 | 147.8 | 0.63 | 0.38 |
| Hex | 24 | 9F | 5D | 4D | 0 | 2A | 26 | 94 | 3F | 26 |
| Octal | 44 | 237 | 135 | 115 | 0 | 52 | 46 | 224 | 77 | 46 |
| Binary | 100100 | 10011111 | 1011101 | 1001101 | 0 | 101010 | 100110 | 10010100 | 111111 | 100110 |
Color Harmonies of #249F5D
Complementary color
Monochromatic Colors of #249F5D
Black with #249F5D
Text Example
Text Example
White with #249F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F5D; }
p { color: rgb(36,159,93); }
H1.HeaderClassName
{
color: #249F5D;
}
.AnyTagClassName
{
color: #249F5D;
}
</style>
background-color css
<style>
a { background-color: #249F5D; }
a { background-color: rgb(36,159,93); }
div.DivClassName
{
background-color: #249F5D;
}
.BgClassName
{
background-color: #249F5D;
}
</style>
border-color css
<style>
span { border-color: #249F5D; }
span { border-color: rgb(36,159,93); }
td.TdClassName
{
border-color: #249F5D;
}
.TagClassName
{
border-color: #249F5D;
}
</style>