Shades of Eucalyptus #249F6C
Tints of Eucalyptus #249F6C
RGB
CMYK
RGB Variations
Color information
#249F6C (or 0x249F6C) is known color: Eucalyptus. HEX triplet: 24, 9F and 6C. RGB value is (36,159,108). Sum of RGB (Red+Green+Blue) = 36+159+108=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #249F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F6C is #DB6093. Grayscale: #747474. Windows color (decimal): -14377108 or 7118628. OLE color: 7118628.
HSL color Cylindrical-coordinate representation of color #249F6C: hue angle of 155.12º 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 #249F6C is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 108 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.38 |
| HSL | 155.12º | 0.63% | 0.38% | - |
| HSV(B) | 155.12º | 0.77% | 0.62% | - |
| XYZ | 15.83 | 26.25 | 18.42 | - |
| YUV | 116.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 108 | 0.77 | 0 | 0.32 | 0.38 | 155.12 | 0.63 | 0.38 |
| Hex | 24 | 9F | 6C | 4D | 0 | 20 | 26 | 9B | 3F | 26 |
| Octal | 44 | 237 | 154 | 115 | 0 | 40 | 46 | 233 | 77 | 46 |
| Binary | 100100 | 10011111 | 1101100 | 1001101 | 0 | 100000 | 100110 | 10011011 | 111111 | 100110 |
Color Harmonies of #249F6C
Complementary color
Monochromatic Colors of #249F6C
Black with #249F6C
Text Example
Text Example
White with #249F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F6C; }
p { color: rgb(36,159,108); }
H1.HeaderClassName
{
color: #249F6C;
}
.AnyTagClassName
{
color: #249F6C;
}
</style>
background-color css
<style>
a { background-color: #249F6C; }
a { background-color: rgb(36,159,108); }
div.DivClassName
{
background-color: #249F6C;
}
.BgClassName
{
background-color: #249F6C;
}
</style>
border-color css
<style>
span { border-color: #249F6C; }
span { border-color: rgb(36,159,108); }
td.TdClassName
{
border-color: #249F6C;
}
.TagClassName
{
border-color: #249F6C;
}
</style>