Shades of Eucalyptus #249F68
Tints of Eucalyptus #249F68
RGB
CMYK
RGB Variations
Color information
#249F68 (or 0x249F68) is known color: Eucalyptus. HEX triplet: 24, 9F and 68. RGB value is (36,159,104). Sum of RGB (Red+Green+Blue) = 36+159+104=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #249F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F68 is #DB6097. Grayscale: #747474. Windows color (decimal): -14377112 or 6856484. OLE color: 6856484.
HSL color Cylindrical-coordinate representation of color #249F68: hue angle of 153.17º 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 #249F68 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 104 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.38 |
| HSL | 153.17º | 0.63% | 0.38% | - |
| HSV(B) | 153.17º | 0.77% | 0.62% | - |
| XYZ | 15.62 | 26.17 | 17.32 | - |
| YUV | 115.95 | 121.25 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 104 | 0.77 | 0 | 0.35 | 0.38 | 153.17 | 0.63 | 0.38 |
| Hex | 24 | 9F | 68 | 4D | 0 | 23 | 26 | 99 | 3F | 26 |
| Octal | 44 | 237 | 150 | 115 | 0 | 43 | 46 | 231 | 77 | 46 |
| Binary | 100100 | 10011111 | 1101000 | 1001101 | 0 | 100011 | 100110 | 10011001 | 111111 | 100110 |
Color Harmonies of #249F68
Complementary color
Monochromatic Colors of #249F68
Black with #249F68
Text Example
Text Example
White with #249F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F68; }
p { color: rgb(36,159,104); }
H1.HeaderClassName
{
color: #249F68;
}
.AnyTagClassName
{
color: #249F68;
}
</style>
background-color css
<style>
a { background-color: #249F68; }
a { background-color: rgb(36,159,104); }
div.DivClassName
{
background-color: #249F68;
}
.BgClassName
{
background-color: #249F68;
}
</style>
border-color css
<style>
span { border-color: #249F68; }
span { border-color: rgb(36,159,104); }
td.TdClassName
{
border-color: #249F68;
}
.TagClassName
{
border-color: #249F68;
}
</style>