Shades of Eucalyptus #289F66
Tints of Eucalyptus #289F66
RGB
CMYK
RGB Variations
Color information
#289F66 (or 0x289F66) is known color: Eucalyptus. HEX triplet: 28, 9F and 66. RGB value is (40,159,102). Sum of RGB (Red+Green+Blue) = 40+159+102=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #289F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289F66 is #D76099. Grayscale: #757575. Windows color (decimal): -14114970 or 6725416. OLE color: 6725416.
HSL color Cylindrical-coordinate representation of color #289F66: hue angle of 151.26º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289F66 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 159 | 102 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.38 |
| HSL | 151.26º | 0.6% | 0.39% | - |
| HSV(B) | 151.26º | 0.75% | 0.62% | - |
| XYZ | 15.67 | 26.21 | 16.8 | - |
| YUV | 116.92 | 119.58 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 102 | 0.75 | 0 | 0.36 | 0.38 | 151.26 | 0.6 | 0.39 |
| Hex | 28 | 9F | 66 | 4B | 0 | 24 | 26 | 97 | 3C | 27 |
| Octal | 50 | 237 | 146 | 113 | 0 | 44 | 46 | 227 | 74 | 47 |
| Binary | 101000 | 10011111 | 1100110 | 1001011 | 0 | 100100 | 100110 | 10010111 | 111100 | 100111 |
Color Harmonies of #289F66
Complementary color
Monochromatic Colors of #289F66
Black with #289F66
Text Example
Text Example
White with #289F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289F66; }
p { color: rgb(40,159,102); }
H1.HeaderClassName
{
color: #289F66;
}
.AnyTagClassName
{
color: #289F66;
}
</style>
background-color css
<style>
a { background-color: #289F66; }
a { background-color: rgb(40,159,102); }
div.DivClassName
{
background-color: #289F66;
}
.BgClassName
{
background-color: #289F66;
}
</style>
border-color css
<style>
span { border-color: #289F66; }
span { border-color: rgb(40,159,102); }
td.TdClassName
{
border-color: #289F66;
}
.TagClassName
{
border-color: #289F66;
}
</style>