Shades of Eucalyptus #28AB60
Tints of Eucalyptus #28AB60
RGB
CMYK
RGB Variations
Color information
#28AB60 (or 0x28AB60) is known color: Eucalyptus. HEX triplet: 28, AB and 60. RGB value is (40,171,96). Sum of RGB (Red+Green+Blue) = 40+171+96=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AB60 is #D7549F. Grayscale: #7B7B7B. Windows color (decimal): -14111904 or 6335272. OLE color: 6335272.
HSL color Cylindrical-coordinate representation of color #28AB60: hue angle of 145.65º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB60 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 96 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.33 |
| HSL | 145.65º | 0.62% | 0.41% | - |
| HSV(B) | 145.65º | 0.77% | 0.67% | - |
| XYZ | 17.55 | 30.42 | 16.01 | - |
| YUV | 123.28 | 112.6 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 96 | 0.77 | 0 | 0.44 | 0.33 | 145.65 | 0.62 | 0.41 |
| Hex | 28 | AB | 60 | 4D | 0 | 2C | 21 | 92 | 3E | 29 |
| Octal | 50 | 253 | 140 | 115 | 0 | 54 | 41 | 222 | 76 | 51 |
| Binary | 101000 | 10101011 | 1100000 | 1001101 | 0 | 101100 | 100001 | 10010010 | 111110 | 101001 |
Color Harmonies of #28AB60
Complementary color
Monochromatic Colors of #28AB60
Black with #28AB60
Text Example
Text Example
White with #28AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB60; }
p { color: rgb(40,171,96); }
H1.HeaderClassName
{
color: #28AB60;
}
.AnyTagClassName
{
color: #28AB60;
}
</style>
background-color css
<style>
a { background-color: #28AB60; }
a { background-color: rgb(40,171,96); }
div.DivClassName
{
background-color: #28AB60;
}
.BgClassName
{
background-color: #28AB60;
}
</style>
border-color css
<style>
span { border-color: #28AB60; }
span { border-color: rgb(40,171,96); }
td.TdClassName
{
border-color: #28AB60;
}
.TagClassName
{
border-color: #28AB60;
}
</style>