Shades of Eucalyptus #289965
Tints of Eucalyptus #289965
RGB
CMYK
RGB Variations
Color information
#289965 (or 0x289965) is known color: Eucalyptus. HEX triplet: 28, 99 and 65. RGB value is (40,153,101). Sum of RGB (Red+Green+Blue) = 40+153+101=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #289965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289965 is #D7669A. Grayscale: #717171. Windows color (decimal): -14116507 or 6658344. OLE color: 6658344.
HSL color Cylindrical-coordinate representation of color #289965: hue angle of 152.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289965 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 101 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.4 |
| HSL | 152.39º | 0.59% | 0.38% | - |
| HSV(B) | 152.39º | 0.74% | 0.6% | - |
| XYZ | 14.62 | 24.17 | 16.21 | - |
| YUV | 113.29 | 121.06 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 101 | 0.74 | 0 | 0.34 | 0.4 | 152.39 | 0.59 | 0.38 |
| Hex | 28 | 99 | 65 | 4A | 0 | 22 | 28 | 98 | 3B | 26 |
| Octal | 50 | 231 | 145 | 112 | 0 | 42 | 50 | 230 | 73 | 46 |
| Binary | 101000 | 10011001 | 1100101 | 1001010 | 0 | 100010 | 101000 | 10011000 | 111011 | 100110 |
Color Harmonies of #289965
Complementary color
Monochromatic Colors of #289965
Black with #289965
Text Example
Text Example
White with #289965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289965; }
p { color: rgb(40,153,101); }
H1.HeaderClassName
{
color: #289965;
}
.AnyTagClassName
{
color: #289965;
}
</style>
background-color css
<style>
a { background-color: #289965; }
a { background-color: rgb(40,153,101); }
div.DivClassName
{
background-color: #289965;
}
.BgClassName
{
background-color: #289965;
}
</style>
border-color css
<style>
span { border-color: #289965; }
span { border-color: rgb(40,153,101); }
td.TdClassName
{
border-color: #289965;
}
.TagClassName
{
border-color: #289965;
}
</style>