Shades of Eucalyptus #28A360
Tints of Eucalyptus #28A360
RGB
CMYK
RGB Variations
Color information
#28A360 (or 0x28A360) is known color: Eucalyptus. HEX triplet: 28, A3 and 60. RGB value is (40,163,96). Sum of RGB (Red+Green+Blue) = 40+163+96=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #28A360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A360 is #D75C9F. Grayscale: #767676. Windows color (decimal): -14113952 or 6333224. OLE color: 6333224.
HSL color Cylindrical-coordinate representation of color #28A360: hue angle of 147.32º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A360 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 163 | 96 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.36 |
| HSL | 147.32º | 0.61% | 0.4% | - |
| HSV(B) | 147.32º | 0.75% | 0.64% | - |
| XYZ | 16.08 | 27.49 | 15.52 | - |
| YUV | 118.59 | 115.25 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 96 | 0.75 | 0 | 0.41 | 0.36 | 147.32 | 0.61 | 0.4 |
| Hex | 28 | A3 | 60 | 4B | 0 | 29 | 24 | 93 | 3D | 28 |
| Octal | 50 | 243 | 140 | 113 | 0 | 51 | 44 | 223 | 75 | 50 |
| Binary | 101000 | 10100011 | 1100000 | 1001011 | 0 | 101001 | 100100 | 10010011 | 111101 | 101000 |
Color Harmonies of #28A360
Complementary color
Monochromatic Colors of #28A360
Black with #28A360
Text Example
Text Example
White with #28A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A360; }
p { color: rgb(40,163,96); }
H1.HeaderClassName
{
color: #28A360;
}
.AnyTagClassName
{
color: #28A360;
}
</style>
background-color css
<style>
a { background-color: #28A360; }
a { background-color: rgb(40,163,96); }
div.DivClassName
{
background-color: #28A360;
}
.BgClassName
{
background-color: #28A360;
}
</style>
border-color css
<style>
span { border-color: #28A360; }
span { border-color: rgb(40,163,96); }
td.TdClassName
{
border-color: #28A360;
}
.TagClassName
{
border-color: #28A360;
}
</style>