Shades of Eucalyptus #28AE55
Tints of Eucalyptus #28AE55
RGB
CMYK
RGB Variations
Color information
#28AE55 (or 0x28AE55) is known color: Eucalyptus. HEX triplet: 28, AE and 55. RGB value is (40,174,85). Sum of RGB (Red+Green+Blue) = 40+174+85=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 174 (68.36% from 255 or 58.19% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AE55 is #D751AA. Grayscale: #7C7C7C. Windows color (decimal): -14111147 or 5615144. OLE color: 5615144.
HSL color Cylindrical-coordinate representation of color #28AE55: hue angle of 140.15º 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 #28AE55 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 85 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.32 |
| HSL | 140.15º | 0.63% | 0.42% | - |
| HSV(B) | 140.15º | 0.77% | 0.68% | - |
| XYZ | 17.65 | 31.38 | 13.72 | - |
| YUV | 123.79 | 106.11 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 85 | 0.77 | 0 | 0.51 | 0.32 | 140.15 | 0.63 | 0.42 |
| Hex | 28 | AE | 55 | 4D | 0 | 33 | 20 | 8C | 3F | 2A |
| Octal | 50 | 256 | 125 | 115 | 0 | 63 | 40 | 214 | 77 | 52 |
| Binary | 101000 | 10101110 | 1010101 | 1001101 | 0 | 110011 | 100000 | 10001100 | 111111 | 101010 |
Color Harmonies of #28AE55
Complementary color
Monochromatic Colors of #28AE55
Black with #28AE55
Text Example
Text Example
White with #28AE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE55; }
p { color: rgb(40,174,85); }
H1.HeaderClassName
{
color: #28AE55;
}
.AnyTagClassName
{
color: #28AE55;
}
</style>
background-color css
<style>
a { background-color: #28AE55; }
a { background-color: rgb(40,174,85); }
div.DivClassName
{
background-color: #28AE55;
}
.BgClassName
{
background-color: #28AE55;
}
</style>
border-color css
<style>
span { border-color: #28AE55; }
span { border-color: rgb(40,174,85); }
td.TdClassName
{
border-color: #28AE55;
}
.TagClassName
{
border-color: #28AE55;
}
</style>