Shades of Eucalyptus #289466
Tints of Eucalyptus #289466
RGB
CMYK
RGB Variations
Color information
#289466 (or 0x289466) is known color: Eucalyptus. HEX triplet: 28, 94 and 66. RGB value is (40,148,102). Sum of RGB (Red+Green+Blue) = 40+148+102=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #289466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289466 is #D76B99. Grayscale: #6E6E6E. Windows color (decimal): -14117786 or 6722600. OLE color: 6722600.
HSL color Cylindrical-coordinate representation of color #289466: hue angle of 154.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289466 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 102 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.42 |
| HSL | 154.44º | 0.57% | 0.37% | - |
| HSV(B) | 154.44º | 0.73% | 0.58% | - |
| XYZ | 13.86 | 22.59 | 16.2 | - |
| YUV | 110.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 102 | 0.73 | 0 | 0.31 | 0.42 | 154.44 | 0.57 | 0.37 |
| Hex | 28 | 94 | 66 | 49 | 0 | 1F | 2A | 9A | 39 | 25 |
| Octal | 50 | 224 | 146 | 111 | 0 | 37 | 52 | 232 | 71 | 45 |
| Binary | 101000 | 10010100 | 1100110 | 1001001 | 0 | 11111 | 101010 | 10011010 | 111001 | 100101 |
Color Harmonies of #289466
Complementary color
Monochromatic Colors of #289466
Black with #289466
Text Example
Text Example
White with #289466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289466; }
p { color: rgb(40,148,102); }
H1.HeaderClassName
{
color: #289466;
}
.AnyTagClassName
{
color: #289466;
}
</style>
background-color css
<style>
a { background-color: #289466; }
a { background-color: rgb(40,148,102); }
div.DivClassName
{
background-color: #289466;
}
.BgClassName
{
background-color: #289466;
}
</style>
border-color css
<style>
span { border-color: #289466; }
span { border-color: rgb(40,148,102); }
td.TdClassName
{
border-color: #289466;
}
.TagClassName
{
border-color: #289466;
}
</style>