Shades of Eucalyptus #28A955
Tints of Eucalyptus #28A955
RGB
CMYK
RGB Variations
Color information
#28A955 (or 0x28A955) is known color: Eucalyptus. HEX triplet: 28, A9 and 55. RGB value is (40,169,85). Sum of RGB (Red+Green+Blue) = 40+169+85=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 169 (66.41% from 255 or 57.48% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 169 - color contains mainly: green. Hex color #28A955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A955 is #D756AA. Grayscale: #797979. Windows color (decimal): -14112427 or 5613864. OLE color: 5613864.
HSL color Cylindrical-coordinate representation of color #28A955: hue angle of 140.93º 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 #28A955 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 169 | 85 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.34 |
| HSL | 140.93º | 0.62% | 0.41% | - |
| HSV(B) | 140.93º | 0.76% | 0.66% | - |
| XYZ | 16.7 | 29.48 | 13.4 | - |
| YUV | 120.85 | 107.76 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 85 | 0.76 | 0 | 0.50 | 0.34 | 140.93 | 0.62 | 0.41 |
| Hex | 28 | A9 | 55 | 4C | 0 | 32 | 22 | 8D | 3E | 29 |
| Octal | 50 | 251 | 125 | 114 | 0 | 62 | 42 | 215 | 76 | 51 |
| Binary | 101000 | 10101001 | 1010101 | 1001100 | 0 | 110010 | 100010 | 10001101 | 111110 | 101001 |
Color Harmonies of #28A955
Complementary color
Monochromatic Colors of #28A955
Black with #28A955
Text Example
Text Example
White with #28A955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A955; }
p { color: rgb(40,169,85); }
H1.HeaderClassName
{
color: #28A955;
}
.AnyTagClassName
{
color: #28A955;
}
</style>
background-color css
<style>
a { background-color: #28A955; }
a { background-color: rgb(40,169,85); }
div.DivClassName
{
background-color: #28A955;
}
.BgClassName
{
background-color: #28A955;
}
</style>
border-color css
<style>
span { border-color: #28A955; }
span { border-color: rgb(40,169,85); }
td.TdClassName
{
border-color: #28A955;
}
.TagClassName
{
border-color: #28A955;
}
</style>