Shades of Eucalyptus #288F64
Tints of Eucalyptus #288F64
RGB
CMYK
RGB Variations
Color information
#288F64 (or 0x288F64) is known color: Eucalyptus. HEX triplet: 28, 8F and 64. RGB value is (40,143,100). Sum of RGB (Red+Green+Blue) = 40+143+100=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #288F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F64 is #D7709B. Grayscale: #6B6B6B. Windows color (decimal): -14119068 or 6590248. OLE color: 6590248.
HSL color Cylindrical-coordinate representation of color #288F64: hue angle of 154.95º 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 #288F64 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 100 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.44 |
| HSL | 154.95º | 0.56% | 0.36% | - |
| HSV(B) | 154.95º | 0.72% | 0.56% | - |
| XYZ | 13 | 21.02 | 15.43 | - |
| YUV | 107.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 100 | 0.72 | 0 | 0.30 | 0.44 | 154.95 | 0.56 | 0.36 |
| Hex | 28 | 8F | 64 | 48 | 0 | 1E | 2C | 9B | 38 | 24 |
| Octal | 50 | 217 | 144 | 110 | 0 | 36 | 54 | 233 | 70 | 44 |
| Binary | 101000 | 10001111 | 1100100 | 1001000 | 0 | 11110 | 101100 | 10011011 | 111000 | 100100 |
Color Harmonies of #288F64
Complementary color
Monochromatic Colors of #288F64
Black with #288F64
Text Example
Text Example
White with #288F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F64; }
p { color: rgb(40,143,100); }
H1.HeaderClassName
{
color: #288F64;
}
.AnyTagClassName
{
color: #288F64;
}
</style>
background-color css
<style>
a { background-color: #288F64; }
a { background-color: rgb(40,143,100); }
div.DivClassName
{
background-color: #288F64;
}
.BgClassName
{
background-color: #288F64;
}
</style>
border-color css
<style>
span { border-color: #288F64; }
span { border-color: rgb(40,143,100); }
td.TdClassName
{
border-color: #288F64;
}
.TagClassName
{
border-color: #288F64;
}
</style>