Shades of Eucalyptus #289C60
Tints of Eucalyptus #289C60
RGB
CMYK
RGB Variations
Color information
#289C60 (or 0x289C60) is known color: Eucalyptus. HEX triplet: 28, 9C and 60. RGB value is (40,156,96). Sum of RGB (Red+Green+Blue) = 40+156+96=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #289C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C60 is #D7639F. Grayscale: #727272. Windows color (decimal): -14115744 or 6331432. OLE color: 6331432.
HSL color Cylindrical-coordinate representation of color #289C60: hue angle of 148.97º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289C60 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 96 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.39 |
| HSL | 148.97º | 0.59% | 0.38% | - |
| HSV(B) | 148.97º | 0.74% | 0.61% | - |
| XYZ | 14.87 | 25.07 | 15.12 | - |
| YUV | 114.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 96 | 0.74 | 0 | 0.38 | 0.39 | 148.97 | 0.59 | 0.38 |
| Hex | 28 | 9C | 60 | 4A | 0 | 26 | 27 | 95 | 3B | 26 |
| Octal | 50 | 234 | 140 | 112 | 0 | 46 | 47 | 225 | 73 | 46 |
| Binary | 101000 | 10011100 | 1100000 | 1001010 | 0 | 100110 | 100111 | 10010101 | 111011 | 100110 |
Color Harmonies of #289C60
Complementary color
Monochromatic Colors of #289C60
Black with #289C60
Text Example
Text Example
White with #289C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C60; }
p { color: rgb(40,156,96); }
H1.HeaderClassName
{
color: #289C60;
}
.AnyTagClassName
{
color: #289C60;
}
</style>
background-color css
<style>
a { background-color: #289C60; }
a { background-color: rgb(40,156,96); }
div.DivClassName
{
background-color: #289C60;
}
.BgClassName
{
background-color: #289C60;
}
</style>
border-color css
<style>
span { border-color: #289C60; }
span { border-color: rgb(40,156,96); }
td.TdClassName
{
border-color: #289C60;
}
.TagClassName
{
border-color: #289C60;
}
</style>