Shades of Eucalyptus #28A460
Tints of Eucalyptus #28A460
RGB
CMYK
RGB Variations
Color information
#28A460 (or 0x28A460) is known color: Eucalyptus. HEX triplet: 28, A4 and 60. RGB value is (40,164,96). Sum of RGB (Red+Green+Blue) = 40+164+96=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #28A460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A460 is #D75B9F. Grayscale: #777777. Windows color (decimal): -14113696 or 6333480. OLE color: 6333480.
HSL color Cylindrical-coordinate representation of color #28A460: hue angle of 147.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A460 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 164 | 96 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.36 |
| HSL | 147.1º | 0.61% | 0.4% | - |
| HSV(B) | 147.1º | 0.76% | 0.64% | - |
| XYZ | 16.26 | 27.85 | 15.58 | - |
| YUV | 119.17 | 114.92 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 96 | 0.76 | 0 | 0.41 | 0.36 | 147.1 | 0.61 | 0.4 |
| Hex | 28 | A4 | 60 | 4C | 0 | 29 | 24 | 93 | 3D | 28 |
| Octal | 50 | 244 | 140 | 114 | 0 | 51 | 44 | 223 | 75 | 50 |
| Binary | 101000 | 10100100 | 1100000 | 1001100 | 0 | 101001 | 100100 | 10010011 | 111101 | 101000 |
Color Harmonies of #28A460
Complementary color
Monochromatic Colors of #28A460
Black with #28A460
Text Example
Text Example
White with #28A460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A460; }
p { color: rgb(40,164,96); }
H1.HeaderClassName
{
color: #28A460;
}
.AnyTagClassName
{
color: #28A460;
}
</style>
background-color css
<style>
a { background-color: #28A460; }
a { background-color: rgb(40,164,96); }
div.DivClassName
{
background-color: #28A460;
}
.BgClassName
{
background-color: #28A460;
}
</style>
border-color css
<style>
span { border-color: #28A460; }
span { border-color: rgb(40,164,96); }
td.TdClassName
{
border-color: #28A460;
}
.TagClassName
{
border-color: #28A460;
}
</style>