Shades of Eucalyptus #28A050
Tints of Eucalyptus #28A050
RGB
CMYK
RGB Variations
Color information
#28A050 (or 0x28A050) is known color: Eucalyptus. HEX triplet: 28, A0 and 50. RGB value is (40,160,80). Sum of RGB (Red+Green+Blue) = 40+160+80=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #28A050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A050 is #D75FAF. Grayscale: #737373. Windows color (decimal): -14114736 or 5283880. OLE color: 5283880.
HSL color Cylindrical-coordinate representation of color #28A050: hue angle of 140º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A050 is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 80 | - |
| CMYK | 0.75 | 0 | 0.5 | 0.37 |
| HSL | 140º | 0.6% | 0.39% | - |
| HSV(B) | 140º | 0.75% | 0.63% | - |
| XYZ | 14.89 | 26.17 | 11.86 | - |
| YUV | 115 | 108.24 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 80 | 0.75 | 0 | 0.5 | 0.37 | 140 | 0.6 | 0.39 |
| Hex | 28 | A0 | 50 | 4B | 0 | 32 | 25 | 8C | 3C | 27 |
| Octal | 50 | 240 | 120 | 113 | 0 | 62 | 45 | 214 | 74 | 47 |
| Binary | 101000 | 10100000 | 1010000 | 1001011 | 0 | 110010 | 100101 | 10001100 | 111100 | 100111 |
Color Harmonies of #28A050
Complementary color
Monochromatic Colors of #28A050
Black with #28A050
Text Example
Text Example
White with #28A050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A050; }
p { color: rgb(40,160,80); }
H1.HeaderClassName
{
color: #28A050;
}
.AnyTagClassName
{
color: #28A050;
}
</style>
background-color css
<style>
a { background-color: #28A050; }
a { background-color: rgb(40,160,80); }
div.DivClassName
{
background-color: #28A050;
}
.BgClassName
{
background-color: #28A050;
}
</style>
border-color css
<style>
span { border-color: #28A050; }
span { border-color: rgb(40,160,80); }
td.TdClassName
{
border-color: #28A050;
}
.TagClassName
{
border-color: #28A050;
}
</style>