Shades of Eucalyptus #28AE5A
Tints of Eucalyptus #28AE5A
RGB
CMYK
RGB Variations
Color information
#28AE5A (or 0x28AE5A) is known color: Eucalyptus. HEX triplet: 28, AE and 5A. RGB value is (40,174,90). Sum of RGB (Red+Green+Blue) = 40+174+90=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AE5A is #D751A5. Grayscale: #7C7C7C. Windows color (decimal): -14111142 or 5942824. OLE color: 5942824.
HSL color Cylindrical-coordinate representation of color #28AE5A: hue angle of 142.39º 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 #28AE5A is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 90 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.32 |
| HSL | 142.39º | 0.63% | 0.42% | - |
| HSV(B) | 142.39º | 0.77% | 0.68% | - |
| XYZ | 17.86 | 31.46 | 14.8 | - |
| YUV | 124.36 | 108.61 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 90 | 0.77 | 0 | 0.48 | 0.32 | 142.39 | 0.63 | 0.42 |
| Hex | 28 | AE | 5A | 4D | 0 | 30 | 20 | 8E | 3F | 2A |
| Octal | 50 | 256 | 132 | 115 | 0 | 60 | 40 | 216 | 77 | 52 |
| Binary | 101000 | 10101110 | 1011010 | 1001101 | 0 | 110000 | 100000 | 10001110 | 111111 | 101010 |
Color Harmonies of #28AE5A
Complementary color
Monochromatic Colors of #28AE5A
Black with #28AE5A
Text Example
Text Example
White with #28AE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE5A; }
p { color: rgb(40,174,90); }
H1.HeaderClassName
{
color: #28AE5A;
}
.AnyTagClassName
{
color: #28AE5A;
}
</style>
background-color css
<style>
a { background-color: #28AE5A; }
a { background-color: rgb(40,174,90); }
div.DivClassName
{
background-color: #28AE5A;
}
.BgClassName
{
background-color: #28AE5A;
}
</style>
border-color css
<style>
span { border-color: #28AE5A; }
span { border-color: rgb(40,174,90); }
td.TdClassName
{
border-color: #28AE5A;
}
.TagClassName
{
border-color: #28AE5A;
}
</style>