Shades of Eucalyptus #288E64
Tints of Eucalyptus #288E64
RGB
CMYK
RGB Variations
Color information
#288E64 (or 0x288E64) is known color: Eucalyptus. HEX triplet: 28, 8E and 64. RGB value is (40,142,100). Sum of RGB (Red+Green+Blue) = 40+142+100=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #288E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E64 is #D7719B. Grayscale: #6A6A6A. Windows color (decimal): -14119324 or 6589992. OLE color: 6589992.
HSL color Cylindrical-coordinate representation of color #288E64: hue angle of 155.29º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E64 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 100 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.44 |
| HSL | 155.29º | 0.56% | 0.36% | - |
| HSV(B) | 155.29º | 0.72% | 0.56% | - |
| XYZ | 12.85 | 20.72 | 15.38 | - |
| YUV | 106.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 100 | 0.72 | 0 | 0.30 | 0.44 | 155.29 | 0.56 | 0.36 |
| Hex | 28 | 8E | 64 | 48 | 0 | 1E | 2C | 9B | 38 | 24 |
| Octal | 50 | 216 | 144 | 110 | 0 | 36 | 54 | 233 | 70 | 44 |
| Binary | 101000 | 10001110 | 1100100 | 1001000 | 0 | 11110 | 101100 | 10011011 | 111000 | 100100 |
Color Harmonies of #288E64
Complementary color
Monochromatic Colors of #288E64
Black with #288E64
Text Example
Text Example
White with #288E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E64; }
p { color: rgb(40,142,100); }
H1.HeaderClassName
{
color: #288E64;
}
.AnyTagClassName
{
color: #288E64;
}
</style>
background-color css
<style>
a { background-color: #288E64; }
a { background-color: rgb(40,142,100); }
div.DivClassName
{
background-color: #288E64;
}
.BgClassName
{
background-color: #288E64;
}
</style>
border-color css
<style>
span { border-color: #288E64; }
span { border-color: rgb(40,142,100); }
td.TdClassName
{
border-color: #288E64;
}
.TagClassName
{
border-color: #288E64;
}
</style>