Shades of Eucalyptus #28AE60
Tints of Eucalyptus #28AE60
RGB
CMYK
RGB Variations
Color information
#28AE60 (or 0x28AE60) is known color: Eucalyptus. HEX triplet: 28, AE and 60. RGB value is (40,174,96). Sum of RGB (Red+Green+Blue) = 40+174+96=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 174 (68.36% from 255 or 56.13% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AE60 is #D7519F. Grayscale: #7D7D7D. Windows color (decimal): -14111136 or 6336040. OLE color: 6336040.
HSL color Cylindrical-coordinate representation of color #28AE60: hue angle of 145.07º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AE60 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 96 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.32 |
| HSL | 145.07º | 0.63% | 0.42% | - |
| HSV(B) | 145.07º | 0.77% | 0.68% | - |
| XYZ | 18.12 | 31.57 | 16.2 | - |
| YUV | 125.04 | 111.61 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 96 | 0.77 | 0 | 0.45 | 0.32 | 145.07 | 0.63 | 0.42 |
| Hex | 28 | AE | 60 | 4D | 0 | 2D | 20 | 91 | 3F | 2A |
| Octal | 50 | 256 | 140 | 115 | 0 | 55 | 40 | 221 | 77 | 52 |
| Binary | 101000 | 10101110 | 1100000 | 1001101 | 0 | 101101 | 100000 | 10010001 | 111111 | 101010 |
Color Harmonies of #28AE60
Complementary color
Monochromatic Colors of #28AE60
Black with #28AE60
Text Example
Text Example
White with #28AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE60; }
p { color: rgb(40,174,96); }
H1.HeaderClassName
{
color: #28AE60;
}
.AnyTagClassName
{
color: #28AE60;
}
</style>
background-color css
<style>
a { background-color: #28AE60; }
a { background-color: rgb(40,174,96); }
div.DivClassName
{
background-color: #28AE60;
}
.BgClassName
{
background-color: #28AE60;
}
</style>
border-color css
<style>
span { border-color: #28AE60; }
span { border-color: rgb(40,174,96); }
td.TdClassName
{
border-color: #28AE60;
}
.TagClassName
{
border-color: #28AE60;
}
</style>