Shades of Eucalyptus #28A85D
Tints of Eucalyptus #28A85D
RGB
CMYK
RGB Variations
Color information
#28A85D (or 0x28A85D) is known color: Eucalyptus. HEX triplet: 28, A8 and 5D. RGB value is (40,168,93). Sum of RGB (Red+Green+Blue) = 40+168+93=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #28A85D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A85D is #D757A2. Grayscale: #797979. Windows color (decimal): -14112675 or 6137896. OLE color: 6137896.
HSL color Cylindrical-coordinate representation of color #28A85D: hue angle of 144.84º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A85D is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 168 | 93 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.34 |
| HSL | 144.84º | 0.62% | 0.41% | - |
| HSV(B) | 144.84º | 0.76% | 0.66% | - |
| XYZ | 16.85 | 29.25 | 15.11 | - |
| YUV | 121.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 93 | 0.76 | 0 | 0.45 | 0.34 | 144.84 | 0.62 | 0.41 |
| Hex | 28 | A8 | 5D | 4C | 0 | 2D | 22 | 91 | 3E | 29 |
| Octal | 50 | 250 | 135 | 114 | 0 | 55 | 42 | 221 | 76 | 51 |
| Binary | 101000 | 10101000 | 1011101 | 1001100 | 0 | 101101 | 100010 | 10010001 | 111110 | 101001 |
Color Harmonies of #28A85D
Complementary color
Monochromatic Colors of #28A85D
Black with #28A85D
Text Example
Text Example
White with #28A85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A85D; }
p { color: rgb(40,168,93); }
H1.HeaderClassName
{
color: #28A85D;
}
.AnyTagClassName
{
color: #28A85D;
}
</style>
background-color css
<style>
a { background-color: #28A85D; }
a { background-color: rgb(40,168,93); }
div.DivClassName
{
background-color: #28A85D;
}
.BgClassName
{
background-color: #28A85D;
}
</style>
border-color css
<style>
span { border-color: #28A85D; }
span { border-color: rgb(40,168,93); }
td.TdClassName
{
border-color: #28A85D;
}
.TagClassName
{
border-color: #28A85D;
}
</style>