Shades of Eucalyptus #28A555
Tints of Eucalyptus #28A555
RGB
CMYK
RGB Variations
Color information
#28A555 (or 0x28A555) is known color: Eucalyptus. HEX triplet: 28, A5 and 55. RGB value is (40,165,85). Sum of RGB (Red+Green+Blue) = 40+165+85=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #28A555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A555 is #D75AAA. Grayscale: #767676. Windows color (decimal): -14113451 or 5612840. OLE color: 5612840.
HSL color Cylindrical-coordinate representation of color #28A555: hue angle of 141.6º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A555 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 85 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.35 |
| HSL | 141.6º | 0.61% | 0.4% | - |
| HSV(B) | 141.6º | 0.76% | 0.65% | - |
| XYZ | 15.97 | 28.02 | 13.16 | - |
| YUV | 118.51 | 109.09 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 85 | 0.76 | 0 | 0.48 | 0.35 | 141.6 | 0.61 | 0.4 |
| Hex | 28 | A5 | 55 | 4C | 0 | 30 | 23 | 8E | 3D | 28 |
| Octal | 50 | 245 | 125 | 114 | 0 | 60 | 43 | 216 | 75 | 50 |
| Binary | 101000 | 10100101 | 1010101 | 1001100 | 0 | 110000 | 100011 | 10001110 | 111101 | 101000 |
Color Harmonies of #28A555
Complementary color
Monochromatic Colors of #28A555
Black with #28A555
Text Example
Text Example
White with #28A555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A555; }
p { color: rgb(40,165,85); }
H1.HeaderClassName
{
color: #28A555;
}
.AnyTagClassName
{
color: #28A555;
}
</style>
background-color css
<style>
a { background-color: #28A555; }
a { background-color: rgb(40,165,85); }
div.DivClassName
{
background-color: #28A555;
}
.BgClassName
{
background-color: #28A555;
}
</style>
border-color css
<style>
span { border-color: #28A555; }
span { border-color: rgb(40,165,85); }
td.TdClassName
{
border-color: #28A555;
}
.TagClassName
{
border-color: #28A555;
}
</style>