Shades of Eucalyptus #289165
Tints of Eucalyptus #289165
RGB
CMYK
RGB Variations
Color information
#289165 (or 0x289165) is known color: Eucalyptus. HEX triplet: 28, 91 and 65. RGB value is (40,145,101). Sum of RGB (Red+Green+Blue) = 40+145+101=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #289165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289165 is #D76E9A. Grayscale: #6C6C6C. Windows color (decimal): -14118555 or 6656296. OLE color: 6656296.
HSL color Cylindrical-coordinate representation of color #289165: hue angle of 154.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #289165 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 101 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.43 |
| HSL | 154.86º | 0.57% | 0.36% | - |
| HSV(B) | 154.86º | 0.72% | 0.57% | - |
| XYZ | 13.35 | 21.64 | 15.79 | - |
| YUV | 108.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 101 | 0.72 | 0 | 0.30 | 0.43 | 154.86 | 0.57 | 0.36 |
| Hex | 28 | 91 | 65 | 48 | 0 | 1E | 2B | 9B | 39 | 24 |
| Octal | 50 | 221 | 145 | 110 | 0 | 36 | 53 | 233 | 71 | 44 |
| Binary | 101000 | 10010001 | 1100101 | 1001000 | 0 | 11110 | 101011 | 10011011 | 111001 | 100100 |
Color Harmonies of #289165
Complementary color
Monochromatic Colors of #289165
Black with #289165
Text Example
Text Example
White with #289165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289165; }
p { color: rgb(40,145,101); }
H1.HeaderClassName
{
color: #289165;
}
.AnyTagClassName
{
color: #289165;
}
</style>
background-color css
<style>
a { background-color: #289165; }
a { background-color: rgb(40,145,101); }
div.DivClassName
{
background-color: #289165;
}
.BgClassName
{
background-color: #289165;
}
</style>
border-color css
<style>
span { border-color: #289165; }
span { border-color: rgb(40,145,101); }
td.TdClassName
{
border-color: #289165;
}
.TagClassName
{
border-color: #289165;
}
</style>