Shades of Eucalyptus #28A865
Tints of Eucalyptus #28A865
RGB
CMYK
RGB Variations
Color information
#28A865 (or 0x28A865) is known color: Eucalyptus. HEX triplet: 28, A8 and 65. RGB value is (40,168,101). Sum of RGB (Red+Green+Blue) = 40+168+101=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 168 (66.02% from 255 or 54.37% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 168 - color contains mainly: green. Hex color #28A865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A865 is #D7579A. Grayscale: #7A7A7A. Windows color (decimal): -14112667 or 6662184. OLE color: 6662184.
HSL color Cylindrical-coordinate representation of color #28A865: hue angle of 148.59º 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 #28A865 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 168 | 101 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.34 |
| HSL | 148.59º | 0.62% | 0.41% | - |
| HSV(B) | 148.59º | 0.76% | 0.66% | - |
| XYZ | 17.23 | 29.4 | 17.08 | - |
| YUV | 122.09 | 116.09 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 101 | 0.76 | 0 | 0.40 | 0.34 | 148.59 | 0.62 | 0.41 |
| Hex | 28 | A8 | 65 | 4C | 0 | 28 | 22 | 95 | 3E | 29 |
| Octal | 50 | 250 | 145 | 114 | 0 | 50 | 42 | 225 | 76 | 51 |
| Binary | 101000 | 10101000 | 1100101 | 1001100 | 0 | 101000 | 100010 | 10010101 | 111110 | 101001 |
Color Harmonies of #28A865
Complementary color
Monochromatic Colors of #28A865
Black with #28A865
Text Example
Text Example
White with #28A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A865; }
p { color: rgb(40,168,101); }
H1.HeaderClassName
{
color: #28A865;
}
.AnyTagClassName
{
color: #28A865;
}
</style>
background-color css
<style>
a { background-color: #28A865; }
a { background-color: rgb(40,168,101); }
div.DivClassName
{
background-color: #28A865;
}
.BgClassName
{
background-color: #28A865;
}
</style>
border-color css
<style>
span { border-color: #28A865; }
span { border-color: rgb(40,168,101); }
td.TdClassName
{
border-color: #28A865;
}
.TagClassName
{
border-color: #28A865;
}
</style>