Shades of Eucalyptus #28985F
Tints of Eucalyptus #28985F
RGB
CMYK
RGB Variations
Color information
#28985F (or 0x28985F) is known color: Eucalyptus. HEX triplet: 28, 98 and 5F. RGB value is (40,152,95). Sum of RGB (Red+Green+Blue) = 40+152+95=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #28985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28985F is #D767A0. Grayscale: #707070. Windows color (decimal): -14116769 or 6264872. OLE color: 6264872.
HSL color Cylindrical-coordinate representation of color #28985F: hue angle of 149.46º 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 #28985F is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 95 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.40 |
| HSL | 149.46º | 0.58% | 0.38% | - |
| HSV(B) | 149.46º | 0.74% | 0.6% | - |
| XYZ | 14.17 | 23.73 | 14.66 | - |
| YUV | 112.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 95 | 0.74 | 0 | 0.38 | 0.40 | 149.46 | 0.58 | 0.38 |
| Hex | 28 | 98 | 5F | 4A | 0 | 26 | 28 | 95 | 3A | 26 |
| Octal | 50 | 230 | 137 | 112 | 0 | 46 | 50 | 225 | 72 | 46 |
| Binary | 101000 | 10011000 | 1011111 | 1001010 | 0 | 100110 | 101000 | 10010101 | 111010 | 100110 |
Color Harmonies of #28985F
Complementary color
Monochromatic Colors of #28985F
Black with #28985F
Text Example
Text Example
White with #28985F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28985F; }
p { color: rgb(40,152,95); }
H1.HeaderClassName
{
color: #28985F;
}
.AnyTagClassName
{
color: #28985F;
}
</style>
background-color css
<style>
a { background-color: #28985F; }
a { background-color: rgb(40,152,95); }
div.DivClassName
{
background-color: #28985F;
}
.BgClassName
{
background-color: #28985F;
}
</style>
border-color css
<style>
span { border-color: #28985F; }
span { border-color: rgb(40,152,95); }
td.TdClassName
{
border-color: #28985F;
}
.TagClassName
{
border-color: #28985F;
}
</style>