Shades of Eucalyptus #249F5B
Tints of Eucalyptus #249F5B
RGB
CMYK
RGB Variations
Color information
#249F5B (or 0x249F5B) is known color: Eucalyptus. HEX triplet: 24, 9F and 5B. RGB value is (36,159,91). Sum of RGB (Red+Green+Blue) = 36+159+91=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #249F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F5B is #DB60A4. Grayscale: #727272. Windows color (decimal): -14377125 or 6004516. OLE color: 6004516.
HSL color Cylindrical-coordinate representation of color #249F5B: hue angle of 146.83º 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 #249F5B is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 91 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.38 |
| HSL | 146.83º | 0.63% | 0.38% | - |
| HSV(B) | 146.83º | 0.77% | 0.62% | - |
| XYZ | 15.01 | 25.93 | 14.11 | - |
| YUV | 114.47 | 114.75 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 91 | 0.77 | 0 | 0.43 | 0.38 | 146.83 | 0.63 | 0.38 |
| Hex | 24 | 9F | 5B | 4D | 0 | 2B | 26 | 93 | 3F | 26 |
| Octal | 44 | 237 | 133 | 115 | 0 | 53 | 46 | 223 | 77 | 46 |
| Binary | 100100 | 10011111 | 1011011 | 1001101 | 0 | 101011 | 100110 | 10010011 | 111111 | 100110 |
Color Harmonies of #249F5B
Complementary color
Monochromatic Colors of #249F5B
Black with #249F5B
Text Example
Text Example
White with #249F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F5B; }
p { color: rgb(36,159,91); }
H1.HeaderClassName
{
color: #249F5B;
}
.AnyTagClassName
{
color: #249F5B;
}
</style>
background-color css
<style>
a { background-color: #249F5B; }
a { background-color: rgb(36,159,91); }
div.DivClassName
{
background-color: #249F5B;
}
.BgClassName
{
background-color: #249F5B;
}
</style>
border-color css
<style>
span { border-color: #249F5B; }
span { border-color: rgb(36,159,91); }
td.TdClassName
{
border-color: #249F5B;
}
.TagClassName
{
border-color: #249F5B;
}
</style>