Shades of Eucalyptus #28945F
Tints of Eucalyptus #28945F
RGB
CMYK
RGB Variations
Color information
#28945F (or 0x28945F) is known color: Eucalyptus. HEX triplet: 28, 94 and 5F. RGB value is (40,148,95). Sum of RGB (Red+Green+Blue) = 40+148+95=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #28945F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28945F is #D76BA0. Grayscale: #6D6D6D. Windows color (decimal): -14117793 or 6263848. OLE color: 6263848.
HSL color Cylindrical-coordinate representation of color #28945F: hue angle of 150.56º 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 #28945F is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 95 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.42 |
| HSL | 150.56º | 0.57% | 0.37% | - |
| HSV(B) | 150.56º | 0.73% | 0.58% | - |
| XYZ | 13.53 | 22.46 | 14.45 | - |
| YUV | 109.67 | 119.72 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 95 | 0.73 | 0 | 0.36 | 0.42 | 150.56 | 0.57 | 0.37 |
| Hex | 28 | 94 | 5F | 49 | 0 | 24 | 2A | 97 | 39 | 25 |
| Octal | 50 | 224 | 137 | 111 | 0 | 44 | 52 | 227 | 71 | 45 |
| Binary | 101000 | 10010100 | 1011111 | 1001001 | 0 | 100100 | 101010 | 10010111 | 111001 | 100101 |
Color Harmonies of #28945F
Complementary color
Monochromatic Colors of #28945F
Black with #28945F
Text Example
Text Example
White with #28945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28945F; }
p { color: rgb(40,148,95); }
H1.HeaderClassName
{
color: #28945F;
}
.AnyTagClassName
{
color: #28945F;
}
</style>
background-color css
<style>
a { background-color: #28945F; }
a { background-color: rgb(40,148,95); }
div.DivClassName
{
background-color: #28945F;
}
.BgClassName
{
background-color: #28945F;
}
</style>
border-color css
<style>
span { border-color: #28945F; }
span { border-color: rgb(40,148,95); }
td.TdClassName
{
border-color: #28945F;
}
.TagClassName
{
border-color: #28945F;
}
</style>