Shades of Eucalyptus #289C65
Tints of Eucalyptus #289C65
RGB
CMYK
RGB Variations
Color information
#289C65 (or 0x289C65) is known color: Eucalyptus. HEX triplet: 28, 9C and 65. RGB value is (40,156,101). Sum of RGB (Red+Green+Blue) = 40+156+101=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #289C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C65 is #D7639A. Grayscale: #737373. Windows color (decimal): -14115739 or 6659112. OLE color: 6659112.
HSL color Cylindrical-coordinate representation of color #289C65: hue angle of 151.55º 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 #289C65 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 101 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.39 |
| HSL | 151.55º | 0.59% | 0.38% | - |
| HSV(B) | 151.55º | 0.74% | 0.61% | - |
| XYZ | 15.11 | 25.17 | 16.37 | - |
| YUV | 115.05 | 120.07 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 101 | 0.74 | 0 | 0.35 | 0.39 | 151.55 | 0.59 | 0.38 |
| Hex | 28 | 9C | 65 | 4A | 0 | 23 | 27 | 98 | 3B | 26 |
| Octal | 50 | 234 | 145 | 112 | 0 | 43 | 47 | 230 | 73 | 46 |
| Binary | 101000 | 10011100 | 1100101 | 1001010 | 0 | 100011 | 100111 | 10011000 | 111011 | 100110 |
Color Harmonies of #289C65
Complementary color
Monochromatic Colors of #289C65
Black with #289C65
Text Example
Text Example
White with #289C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C65; }
p { color: rgb(40,156,101); }
H1.HeaderClassName
{
color: #289C65;
}
.AnyTagClassName
{
color: #289C65;
}
</style>
background-color css
<style>
a { background-color: #289C65; }
a { background-color: rgb(40,156,101); }
div.DivClassName
{
background-color: #289C65;
}
.BgClassName
{
background-color: #289C65;
}
</style>
border-color css
<style>
span { border-color: #289C65; }
span { border-color: rgb(40,156,101); }
td.TdClassName
{
border-color: #289C65;
}
.TagClassName
{
border-color: #289C65;
}
</style>