Shades of Eucalyptus #249F50
Tints of Eucalyptus #249F50
RGB
CMYK
RGB Variations
Color information
#249F50 (or 0x249F50) is known color: Eucalyptus. HEX triplet: 24, 9F and 50. RGB value is (36,159,80). Sum of RGB (Red+Green+Blue) = 36+159+80=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #249F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F50 is #DB60AF. Grayscale: #717171. Windows color (decimal): -14377136 or 5283620. OLE color: 5283620.
HSL color Cylindrical-coordinate representation of color #249F50: hue angle of 141.46º 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 #249F50 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 80 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.38 |
| HSL | 141.46º | 0.63% | 0.38% | - |
| HSV(B) | 141.46º | 0.77% | 0.62% | - |
| XYZ | 14.57 | 25.75 | 11.79 | - |
| YUV | 113.22 | 109.25 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 80 | 0.77 | 0 | 0.50 | 0.38 | 141.46 | 0.63 | 0.38 |
| Hex | 24 | 9F | 50 | 4D | 0 | 32 | 26 | 8D | 3F | 26 |
| Octal | 44 | 237 | 120 | 115 | 0 | 62 | 46 | 215 | 77 | 46 |
| Binary | 100100 | 10011111 | 1010000 | 1001101 | 0 | 110010 | 100110 | 10001101 | 111111 | 100110 |
Color Harmonies of #249F50
Complementary color
Monochromatic Colors of #249F50
Black with #249F50
Text Example
Text Example
White with #249F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F50; }
p { color: rgb(36,159,80); }
H1.HeaderClassName
{
color: #249F50;
}
.AnyTagClassName
{
color: #249F50;
}
</style>
background-color css
<style>
a { background-color: #249F50; }
a { background-color: rgb(36,159,80); }
div.DivClassName
{
background-color: #249F50;
}
.BgClassName
{
background-color: #249F50;
}
</style>
border-color css
<style>
span { border-color: #249F50; }
span { border-color: rgb(36,159,80); }
td.TdClassName
{
border-color: #249F50;
}
.TagClassName
{
border-color: #249F50;
}
</style>