Shades of Eucalyptus #28AC5E
Tints of Eucalyptus #28AC5E
RGB
CMYK
RGB Variations
Color information
#28AC5E (or 0x28AC5E) is known color: Eucalyptus. HEX triplet: 28, AC and 5E. RGB value is (40,172,94). Sum of RGB (Red+Green+Blue) = 40+172+94=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC5E is #D753A1. Grayscale: #7B7B7B. Windows color (decimal): -14111650 or 6204456. OLE color: 6204456.
HSL color Cylindrical-coordinate representation of color #28AC5E: hue angle of 144.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC5E is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 94 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.33 |
| HSL | 144.55º | 0.62% | 0.42% | - |
| HSV(B) | 144.55º | 0.77% | 0.67% | - |
| XYZ | 17.65 | 30.76 | 15.6 | - |
| YUV | 123.64 | 111.27 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 94 | 0.77 | 0 | 0.45 | 0.33 | 144.55 | 0.62 | 0.42 |
| Hex | 28 | AC | 5E | 4D | 0 | 2D | 21 | 91 | 3E | 2A |
| Octal | 50 | 254 | 136 | 115 | 0 | 55 | 41 | 221 | 76 | 52 |
| Binary | 101000 | 10101100 | 1011110 | 1001101 | 0 | 101101 | 100001 | 10010001 | 111110 | 101010 |
Color Harmonies of #28AC5E
Complementary color
Monochromatic Colors of #28AC5E
Black with #28AC5E
Text Example
Text Example
White with #28AC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC5E; }
p { color: rgb(40,172,94); }
H1.HeaderClassName
{
color: #28AC5E;
}
.AnyTagClassName
{
color: #28AC5E;
}
</style>
background-color css
<style>
a { background-color: #28AC5E; }
a { background-color: rgb(40,172,94); }
div.DivClassName
{
background-color: #28AC5E;
}
.BgClassName
{
background-color: #28AC5E;
}
</style>
border-color css
<style>
span { border-color: #28AC5E; }
span { border-color: rgb(40,172,94); }
td.TdClassName
{
border-color: #28AC5E;
}
.TagClassName
{
border-color: #28AC5E;
}
</style>