Shades of Eucalyptus #28935F
Tints of Eucalyptus #28935F
RGB
CMYK
RGB Variations
Color information
#28935F (or 0x28935F) is known color: Eucalyptus. HEX triplet: 28, 93 and 5F. RGB value is (40,147,95). Sum of RGB (Red+Green+Blue) = 40+147+95=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #28935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28935F is #D76CA0. Grayscale: #6D6D6D. Windows color (decimal): -14118049 or 6263592. OLE color: 6263592.
HSL color Cylindrical-coordinate representation of color #28935F: hue angle of 150.84º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28935F is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 95 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.42 |
| HSL | 150.84º | 0.57% | 0.37% | - |
| HSV(B) | 150.84º | 0.73% | 0.58% | - |
| XYZ | 13.37 | 22.14 | 14.4 | - |
| YUV | 109.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 95 | 0.73 | 0 | 0.35 | 0.42 | 150.84 | 0.57 | 0.37 |
| Hex | 28 | 93 | 5F | 49 | 0 | 23 | 2A | 97 | 39 | 25 |
| Octal | 50 | 223 | 137 | 111 | 0 | 43 | 52 | 227 | 71 | 45 |
| Binary | 101000 | 10010011 | 1011111 | 1001001 | 0 | 100011 | 101010 | 10010111 | 111001 | 100101 |
Color Harmonies of #28935F
Complementary color
Monochromatic Colors of #28935F
Black with #28935F
Text Example
Text Example
White with #28935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28935F; }
p { color: rgb(40,147,95); }
H1.HeaderClassName
{
color: #28935F;
}
.AnyTagClassName
{
color: #28935F;
}
</style>
background-color css
<style>
a { background-color: #28935F; }
a { background-color: rgb(40,147,95); }
div.DivClassName
{
background-color: #28935F;
}
.BgClassName
{
background-color: #28935F;
}
</style>
border-color css
<style>
span { border-color: #28935F; }
span { border-color: rgb(40,147,95); }
td.TdClassName
{
border-color: #28935F;
}
.TagClassName
{
border-color: #28935F;
}
</style>