Shades of Eucalyptus #28A85B
Tints of Eucalyptus #28A85B
RGB
CMYK
RGB Variations
Color information
#28A85B (or 0x28A85B) is known color: Eucalyptus. HEX triplet: 28, A8 and 5B. RGB value is (40,168,91). Sum of RGB (Red+Green+Blue) = 40+168+91=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #28A85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A85B is #D757A4. Grayscale: #797979. Windows color (decimal): -14112677 or 6006824. OLE color: 6006824.
HSL color Cylindrical-coordinate representation of color #28A85B: hue angle of 143.91º 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 #28A85B is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 168 | 91 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.34 |
| HSL | 143.91º | 0.62% | 0.41% | - |
| HSV(B) | 143.91º | 0.76% | 0.66% | - |
| XYZ | 16.77 | 29.21 | 14.65 | - |
| YUV | 120.95 | 111.09 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 91 | 0.76 | 0 | 0.46 | 0.34 | 143.91 | 0.62 | 0.41 |
| Hex | 28 | A8 | 5B | 4C | 0 | 2E | 22 | 90 | 3E | 29 |
| Octal | 50 | 250 | 133 | 114 | 0 | 56 | 42 | 220 | 76 | 51 |
| Binary | 101000 | 10101000 | 1011011 | 1001100 | 0 | 101110 | 100010 | 10010000 | 111110 | 101001 |
Color Harmonies of #28A85B
Complementary color
Monochromatic Colors of #28A85B
Black with #28A85B
Text Example
Text Example
White with #28A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A85B; }
p { color: rgb(40,168,91); }
H1.HeaderClassName
{
color: #28A85B;
}
.AnyTagClassName
{
color: #28A85B;
}
</style>
background-color css
<style>
a { background-color: #28A85B; }
a { background-color: rgb(40,168,91); }
div.DivClassName
{
background-color: #28A85B;
}
.BgClassName
{
background-color: #28A85B;
}
</style>
border-color css
<style>
span { border-color: #28A85B; }
span { border-color: rgb(40,168,91); }
td.TdClassName
{
border-color: #28A85B;
}
.TagClassName
{
border-color: #28A85B;
}
</style>