Shades of Eucalyptus #28A868
Tints of Eucalyptus #28A868
RGB
CMYK
RGB Variations
Color information
#28A868 (or 0x28A868) is known color: Eucalyptus. HEX triplet: 28, A8 and 68. RGB value is (40,168,104). Sum of RGB (Red+Green+Blue) = 40+168+104=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #28A868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A868 is #D75797. Grayscale: #7A7A7A. Windows color (decimal): -14112664 or 6858792. OLE color: 6858792.
HSL color Cylindrical-coordinate representation of color #28A868: hue angle of 150º 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 #28A868 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 168 | 104 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.34 |
| HSL | 150º | 0.62% | 0.41% | - |
| HSV(B) | 150º | 0.76% | 0.66% | - |
| XYZ | 17.38 | 29.46 | 17.87 | - |
| YUV | 122.43 | 117.59 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 104 | 0.76 | 0 | 0.38 | 0.34 | 150 | 0.62 | 0.41 |
| Hex | 28 | A8 | 68 | 4C | 0 | 26 | 22 | 96 | 3E | 29 |
| Octal | 50 | 250 | 150 | 114 | 0 | 46 | 42 | 226 | 76 | 51 |
| Binary | 101000 | 10101000 | 1101000 | 1001100 | 0 | 100110 | 100010 | 10010110 | 111110 | 101001 |
Color Harmonies of #28A868
Complementary color
Monochromatic Colors of #28A868
Black with #28A868
Text Example
Text Example
White with #28A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A868; }
p { color: rgb(40,168,104); }
H1.HeaderClassName
{
color: #28A868;
}
.AnyTagClassName
{
color: #28A868;
}
</style>
background-color css
<style>
a { background-color: #28A868; }
a { background-color: rgb(40,168,104); }
div.DivClassName
{
background-color: #28A868;
}
.BgClassName
{
background-color: #28A868;
}
</style>
border-color css
<style>
span { border-color: #28A868; }
span { border-color: rgb(40,168,104); }
td.TdClassName
{
border-color: #28A868;
}
.TagClassName
{
border-color: #28A868;
}
</style>