Shades of Eucalyptus #28A564
Tints of Eucalyptus #28A564
RGB
CMYK
RGB Variations
Color information
#28A564 (or 0x28A564) is known color: Eucalyptus. HEX triplet: 28, A5 and 64. RGB value is (40,165,100). Sum of RGB (Red+Green+Blue) = 40+165+100=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #28A564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A564 is #D75A9B. Grayscale: #787878. Windows color (decimal): -14113436 or 6595880. OLE color: 6595880.
HSL color Cylindrical-coordinate representation of color #28A564: hue angle of 148.8º 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 #28A564 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 100 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.35 |
| HSL | 148.8º | 0.61% | 0.4% | - |
| HSV(B) | 148.8º | 0.76% | 0.65% | - |
| XYZ | 16.63 | 28.28 | 16.64 | - |
| YUV | 120.22 | 116.59 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 100 | 0.76 | 0 | 0.39 | 0.35 | 148.8 | 0.61 | 0.4 |
| Hex | 28 | A5 | 64 | 4C | 0 | 27 | 23 | 95 | 3D | 28 |
| Octal | 50 | 245 | 144 | 114 | 0 | 47 | 43 | 225 | 75 | 50 |
| Binary | 101000 | 10100101 | 1100100 | 1001100 | 0 | 100111 | 100011 | 10010101 | 111101 | 101000 |
Color Harmonies of #28A564
Complementary color
Monochromatic Colors of #28A564
Black with #28A564
Text Example
Text Example
White with #28A564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A564; }
p { color: rgb(40,165,100); }
H1.HeaderClassName
{
color: #28A564;
}
.AnyTagClassName
{
color: #28A564;
}
</style>
background-color css
<style>
a { background-color: #28A564; }
a { background-color: rgb(40,165,100); }
div.DivClassName
{
background-color: #28A564;
}
.BgClassName
{
background-color: #28A564;
}
</style>
border-color css
<style>
span { border-color: #28A564; }
span { border-color: rgb(40,165,100); }
td.TdClassName
{
border-color: #28A564;
}
.TagClassName
{
border-color: #28A564;
}
</style>