Shades of Eucalyptus #289F65
Tints of Eucalyptus #289F65
RGB
CMYK
RGB Variations
Color information
#289F65 (or 0x289F65) is known color: Eucalyptus. HEX triplet: 28, 9F and 65. RGB value is (40,159,101). Sum of RGB (Red+Green+Blue) = 40+159+101=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #289F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289F65 is #D7609A. Grayscale: #747474. Windows color (decimal): -14114971 or 6659880. OLE color: 6659880.
HSL color Cylindrical-coordinate representation of color #289F65: hue angle of 150.76º 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 #289F65 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 159 | 101 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.38 |
| HSL | 150.76º | 0.6% | 0.39% | - |
| HSV(B) | 150.76º | 0.75% | 0.62% | - |
| XYZ | 15.62 | 26.19 | 16.54 | - |
| YUV | 116.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 101 | 0.75 | 0 | 0.36 | 0.38 | 150.76 | 0.6 | 0.39 |
| Hex | 28 | 9F | 65 | 4B | 0 | 24 | 26 | 97 | 3C | 27 |
| Octal | 50 | 237 | 145 | 113 | 0 | 44 | 46 | 227 | 74 | 47 |
| Binary | 101000 | 10011111 | 1100101 | 1001011 | 0 | 100100 | 100110 | 10010111 | 111100 | 100111 |
Color Harmonies of #289F65
Complementary color
Monochromatic Colors of #289F65
Black with #289F65
Text Example
Text Example
White with #289F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289F65; }
p { color: rgb(40,159,101); }
H1.HeaderClassName
{
color: #289F65;
}
.AnyTagClassName
{
color: #289F65;
}
</style>
background-color css
<style>
a { background-color: #289F65; }
a { background-color: rgb(40,159,101); }
div.DivClassName
{
background-color: #289F65;
}
.BgClassName
{
background-color: #289F65;
}
</style>
border-color css
<style>
span { border-color: #289F65; }
span { border-color: rgb(40,159,101); }
td.TdClassName
{
border-color: #289F65;
}
.TagClassName
{
border-color: #289F65;
}
</style>