Shades of Eucalyptus #28AA5E
Tints of Eucalyptus #28AA5E
RGB
CMYK
RGB Variations
Color information
#28AA5E (or 0x28AA5E) is known color: Eucalyptus. HEX triplet: 28, AA and 5E. RGB value is (40,170,94). Sum of RGB (Red+Green+Blue) = 40+170+94=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA5E is #D755A1. Grayscale: #7A7A7A. Windows color (decimal): -14112162 or 6203944. OLE color: 6203944.
HSL color Cylindrical-coordinate representation of color #28AA5E: hue angle of 144.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA5E is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 94 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.33 |
| HSL | 144.92º | 0.62% | 0.41% | - |
| HSV(B) | 144.92º | 0.76% | 0.67% | - |
| XYZ | 17.27 | 30.01 | 15.47 | - |
| YUV | 122.47 | 111.93 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 94 | 0.76 | 0 | 0.45 | 0.33 | 144.92 | 0.62 | 0.41 |
| Hex | 28 | AA | 5E | 4C | 0 | 2D | 21 | 91 | 3E | 29 |
| Octal | 50 | 252 | 136 | 114 | 0 | 55 | 41 | 221 | 76 | 51 |
| Binary | 101000 | 10101010 | 1011110 | 1001100 | 0 | 101101 | 100001 | 10010001 | 111110 | 101001 |
Color Harmonies of #28AA5E
Complementary color
Monochromatic Colors of #28AA5E
Black with #28AA5E
Text Example
Text Example
White with #28AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA5E; }
p { color: rgb(40,170,94); }
H1.HeaderClassName
{
color: #28AA5E;
}
.AnyTagClassName
{
color: #28AA5E;
}
</style>
background-color css
<style>
a { background-color: #28AA5E; }
a { background-color: rgb(40,170,94); }
div.DivClassName
{
background-color: #28AA5E;
}
.BgClassName
{
background-color: #28AA5E;
}
</style>
border-color css
<style>
span { border-color: #28AA5E; }
span { border-color: rgb(40,170,94); }
td.TdClassName
{
border-color: #28AA5E;
}
.TagClassName
{
border-color: #28AA5E;
}
</style>