Shades of Eucalyptus #28A95F
Tints of Eucalyptus #28A95F
RGB
CMYK
RGB Variations
Color information
#28A95F (or 0x28A95F) is known color: Eucalyptus. HEX triplet: 28, A9 and 5F. RGB value is (40,169,95). Sum of RGB (Red+Green+Blue) = 40+169+95=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 169 (66.41% from 255 or 55.59% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 169 - color contains mainly: green. Hex color #28A95F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A95F is #D756A0. Grayscale: #7A7A7A. Windows color (decimal): -14112417 or 6269224. OLE color: 6269224.
HSL color Cylindrical-coordinate representation of color #28A95F: hue angle of 145.58º 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 #28A95F is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 169 | 95 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.34 |
| HSL | 145.58º | 0.62% | 0.41% | - |
| HSV(B) | 145.58º | 0.76% | 0.66% | - |
| XYZ | 17.13 | 29.65 | 15.65 | - |
| YUV | 121.99 | 112.76 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 95 | 0.76 | 0 | 0.44 | 0.34 | 145.58 | 0.62 | 0.41 |
| Hex | 28 | A9 | 5F | 4C | 0 | 2C | 22 | 92 | 3E | 29 |
| Octal | 50 | 251 | 137 | 114 | 0 | 54 | 42 | 222 | 76 | 51 |
| Binary | 101000 | 10101001 | 1011111 | 1001100 | 0 | 101100 | 100010 | 10010010 | 111110 | 101001 |
Color Harmonies of #28A95F
Complementary color
Monochromatic Colors of #28A95F
Black with #28A95F
Text Example
Text Example
White with #28A95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A95F; }
p { color: rgb(40,169,95); }
H1.HeaderClassName
{
color: #28A95F;
}
.AnyTagClassName
{
color: #28A95F;
}
</style>
background-color css
<style>
a { background-color: #28A95F; }
a { background-color: rgb(40,169,95); }
div.DivClassName
{
background-color: #28A95F;
}
.BgClassName
{
background-color: #28A95F;
}
</style>
border-color css
<style>
span { border-color: #28A95F; }
span { border-color: rgb(40,169,95); }
td.TdClassName
{
border-color: #28A95F;
}
.TagClassName
{
border-color: #28A95F;
}
</style>