Shades of Eucalyptus #28A059
Tints of Eucalyptus #28A059
RGB
CMYK
RGB Variations
Color information
#28A059 (or 0x28A059) is known color: Eucalyptus. HEX triplet: 28, A0 and 59. RGB value is (40,160,89). Sum of RGB (Red+Green+Blue) = 40+160+89=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #28A059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A059 is #D75FA6. Grayscale: #747474. Windows color (decimal): -14114727 or 5873704. OLE color: 5873704.
HSL color Cylindrical-coordinate representation of color #28A059: hue angle of 144.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A059 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 89 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.37 |
| HSL | 144.5º | 0.6% | 0.39% | - |
| HSV(B) | 144.5º | 0.75% | 0.63% | - |
| XYZ | 15.25 | 26.31 | 13.73 | - |
| YUV | 116.03 | 112.74 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 89 | 0.75 | 0 | 0.44 | 0.37 | 144.5 | 0.6 | 0.39 |
| Hex | 28 | A0 | 59 | 4B | 0 | 2C | 25 | 90 | 3C | 27 |
| Octal | 50 | 240 | 131 | 113 | 0 | 54 | 45 | 220 | 74 | 47 |
| Binary | 101000 | 10100000 | 1011001 | 1001011 | 0 | 101100 | 100101 | 10010000 | 111100 | 100111 |
Color Harmonies of #28A059
Complementary color
Monochromatic Colors of #28A059
Black with #28A059
Text Example
Text Example
White with #28A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A059; }
p { color: rgb(40,160,89); }
H1.HeaderClassName
{
color: #28A059;
}
.AnyTagClassName
{
color: #28A059;
}
</style>
background-color css
<style>
a { background-color: #28A059; }
a { background-color: rgb(40,160,89); }
div.DivClassName
{
background-color: #28A059;
}
.BgClassName
{
background-color: #28A059;
}
</style>
border-color css
<style>
span { border-color: #28A059; }
span { border-color: rgb(40,160,89); }
td.TdClassName
{
border-color: #28A059;
}
.TagClassName
{
border-color: #28A059;
}
</style>