Shades of Eucalyptus #249F69
Tints of Eucalyptus #249F69
RGB
CMYK
RGB Variations
Color information
#249F69 (or 0x249F69) is known color: Eucalyptus. HEX triplet: 24, 9F and 69. RGB value is (36,159,105). Sum of RGB (Red+Green+Blue) = 36+159+105=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #249F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F69 is #DB6096. Grayscale: #747474. Windows color (decimal): -14377111 or 6922020. OLE color: 6922020.
HSL color Cylindrical-coordinate representation of color #249F69: hue angle of 153.66º 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 #249F69 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 105 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.38 |
| HSL | 153.66º | 0.63% | 0.38% | - |
| HSV(B) | 153.66º | 0.77% | 0.62% | - |
| XYZ | 15.68 | 26.19 | 17.59 | - |
| YUV | 116.07 | 121.75 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 105 | 0.77 | 0 | 0.34 | 0.38 | 153.66 | 0.63 | 0.38 |
| Hex | 24 | 9F | 69 | 4D | 0 | 22 | 26 | 9A | 3F | 26 |
| Octal | 44 | 237 | 151 | 115 | 0 | 42 | 46 | 232 | 77 | 46 |
| Binary | 100100 | 10011111 | 1101001 | 1001101 | 0 | 100010 | 100110 | 10011010 | 111111 | 100110 |
Color Harmonies of #249F69
Complementary color
Monochromatic Colors of #249F69
Black with #249F69
Text Example
Text Example
White with #249F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F69; }
p { color: rgb(36,159,105); }
H1.HeaderClassName
{
color: #249F69;
}
.AnyTagClassName
{
color: #249F69;
}
</style>
background-color css
<style>
a { background-color: #249F69; }
a { background-color: rgb(36,159,105); }
div.DivClassName
{
background-color: #249F69;
}
.BgClassName
{
background-color: #249F69;
}
</style>
border-color css
<style>
span { border-color: #249F69; }
span { border-color: rgb(36,159,105); }
td.TdClassName
{
border-color: #249F69;
}
.TagClassName
{
border-color: #249F69;
}
</style>