Shades of Eucalyptus #28AE5E
Tints of Eucalyptus #28AE5E
RGB
CMYK
RGB Variations
Color information
#28AE5E (or 0x28AE5E) is known color: Eucalyptus. HEX triplet: 28, AE and 5E. RGB value is (40,174,94). Sum of RGB (Red+Green+Blue) = 40+174+94=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AE5E is #D751A1. Grayscale: #7D7D7D. Windows color (decimal): -14111138 or 6204968. OLE color: 6204968.
HSL color Cylindrical-coordinate representation of color #28AE5E: hue angle of 144.18º 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 #28AE5E is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 94 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.32 |
| HSL | 144.18º | 0.63% | 0.42% | - |
| HSV(B) | 144.18º | 0.77% | 0.68% | - |
| XYZ | 18.03 | 31.53 | 15.73 | - |
| YUV | 124.81 | 110.61 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 94 | 0.77 | 0 | 0.46 | 0.32 | 144.18 | 0.63 | 0.42 |
| Hex | 28 | AE | 5E | 4D | 0 | 2E | 20 | 90 | 3F | 2A |
| Octal | 50 | 256 | 136 | 115 | 0 | 56 | 40 | 220 | 77 | 52 |
| Binary | 101000 | 10101110 | 1011110 | 1001101 | 0 | 101110 | 100000 | 10010000 | 111111 | 101010 |
Color Harmonies of #28AE5E
Complementary color
Monochromatic Colors of #28AE5E
Black with #28AE5E
Text Example
Text Example
White with #28AE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE5E; }
p { color: rgb(40,174,94); }
H1.HeaderClassName
{
color: #28AE5E;
}
.AnyTagClassName
{
color: #28AE5E;
}
</style>
background-color css
<style>
a { background-color: #28AE5E; }
a { background-color: rgb(40,174,94); }
div.DivClassName
{
background-color: #28AE5E;
}
.BgClassName
{
background-color: #28AE5E;
}
</style>
border-color css
<style>
span { border-color: #28AE5E; }
span { border-color: rgb(40,174,94); }
td.TdClassName
{
border-color: #28AE5E;
}
.TagClassName
{
border-color: #28AE5E;
}
</style>