Shades of Eucalyptus #28AC56
Tints of Eucalyptus #28AC56
RGB
CMYK
RGB Variations
Color information
#28AC56 (or 0x28AC56) is known color: Eucalyptus. HEX triplet: 28, AC and 56. RGB value is (40,172,86). Sum of RGB (Red+Green+Blue) = 40+172+86=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC56 is #D753A9. Grayscale: #7A7A7A. Windows color (decimal): -14111658 or 5680168. OLE color: 5680168.
HSL color Cylindrical-coordinate representation of color #28AC56: hue angle of 140.91º 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 #28AC56 is Cyan = 0.77, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 86 | - |
| CMYK | 0.77 | 0 | 0.5 | 0.33 |
| HSL | 140.91º | 0.62% | 0.42% | - |
| HSV(B) | 140.91º | 0.77% | 0.67% | - |
| XYZ | 17.31 | 30.63 | 13.8 | - |
| YUV | 122.73 | 107.27 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 86 | 0.77 | 0 | 0.5 | 0.33 | 140.91 | 0.62 | 0.42 |
| Hex | 28 | AC | 56 | 4D | 0 | 32 | 21 | 8D | 3E | 2A |
| Octal | 50 | 254 | 126 | 115 | 0 | 62 | 41 | 215 | 76 | 52 |
| Binary | 101000 | 10101100 | 1010110 | 1001101 | 0 | 110010 | 100001 | 10001101 | 111110 | 101010 |
Color Harmonies of #28AC56
Complementary color
Monochromatic Colors of #28AC56
Black with #28AC56
Text Example
Text Example
White with #28AC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC56; }
p { color: rgb(40,172,86); }
H1.HeaderClassName
{
color: #28AC56;
}
.AnyTagClassName
{
color: #28AC56;
}
</style>
background-color css
<style>
a { background-color: #28AC56; }
a { background-color: rgb(40,172,86); }
div.DivClassName
{
background-color: #28AC56;
}
.BgClassName
{
background-color: #28AC56;
}
</style>
border-color css
<style>
span { border-color: #28AC56; }
span { border-color: rgb(40,172,86); }
td.TdClassName
{
border-color: #28AC56;
}
.TagClassName
{
border-color: #28AC56;
}
</style>