Shades of Eucalyptus #28985A
Tints of Eucalyptus #28985A
RGB
CMYK
RGB Variations
Color information
#28985A (or 0x28985A) is known color: Eucalyptus. HEX triplet: 28, 98 and 5A. RGB value is (40,152,90). Sum of RGB (Red+Green+Blue) = 40+152+90=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #28985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28985A is #D767A5. Grayscale: #6F6F6F. Windows color (decimal): -14116774 or 5937192. OLE color: 5937192.
HSL color Cylindrical-coordinate representation of color #28985A: hue angle of 146.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28985A is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 90 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.40 |
| HSL | 146.79º | 0.58% | 0.38% | - |
| HSV(B) | 146.79º | 0.74% | 0.6% | - |
| XYZ | 13.95 | 23.65 | 13.5 | - |
| YUV | 111.44 | 115.89 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 90 | 0.74 | 0 | 0.41 | 0.40 | 146.79 | 0.58 | 0.38 |
| Hex | 28 | 98 | 5A | 4A | 0 | 29 | 28 | 93 | 3A | 26 |
| Octal | 50 | 230 | 132 | 112 | 0 | 51 | 50 | 223 | 72 | 46 |
| Binary | 101000 | 10011000 | 1011010 | 1001010 | 0 | 101001 | 101000 | 10010011 | 111010 | 100110 |
Color Harmonies of #28985A
Complementary color
Monochromatic Colors of #28985A
Black with #28985A
Text Example
Text Example
White with #28985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28985A; }
p { color: rgb(40,152,90); }
H1.HeaderClassName
{
color: #28985A;
}
.AnyTagClassName
{
color: #28985A;
}
</style>
background-color css
<style>
a { background-color: #28985A; }
a { background-color: rgb(40,152,90); }
div.DivClassName
{
background-color: #28985A;
}
.BgClassName
{
background-color: #28985A;
}
</style>
border-color css
<style>
span { border-color: #28985A; }
span { border-color: rgb(40,152,90); }
td.TdClassName
{
border-color: #28985A;
}
.TagClassName
{
border-color: #28985A;
}
</style>