Shades of Eucalyptus #28A764
Tints of Eucalyptus #28A764
RGB
CMYK
RGB Variations
Color information
#28A764 (or 0x28A764) is known color: Eucalyptus. HEX triplet: 28, A7 and 64. RGB value is (40,167,100). Sum of RGB (Red+Green+Blue) = 40+167+100=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 167 (65.62% from 255 or 54.40% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 167 - color contains mainly: green. Hex color #28A764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A764 is #D7589B. Grayscale: #797979. Windows color (decimal): -14112924 or 6596392. OLE color: 6596392.
HSL color Cylindrical-coordinate representation of color #28A764: hue angle of 148.35º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A764 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 100 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.35 |
| HSL | 148.35º | 0.61% | 0.41% | - |
| HSV(B) | 148.35º | 0.76% | 0.65% | - |
| XYZ | 16.99 | 29.01 | 16.76 | - |
| YUV | 121.39 | 115.92 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 100 | 0.76 | 0 | 0.40 | 0.35 | 148.35 | 0.61 | 0.41 |
| Hex | 28 | A7 | 64 | 4C | 0 | 28 | 23 | 94 | 3D | 29 |
| Octal | 50 | 247 | 144 | 114 | 0 | 50 | 43 | 224 | 75 | 51 |
| Binary | 101000 | 10100111 | 1100100 | 1001100 | 0 | 101000 | 100011 | 10010100 | 111101 | 101001 |
Color Harmonies of #28A764
Complementary color
Monochromatic Colors of #28A764
Black with #28A764
Text Example
Text Example
White with #28A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A764; }
p { color: rgb(40,167,100); }
H1.HeaderClassName
{
color: #28A764;
}
.AnyTagClassName
{
color: #28A764;
}
</style>
background-color css
<style>
a { background-color: #28A764; }
a { background-color: rgb(40,167,100); }
div.DivClassName
{
background-color: #28A764;
}
.BgClassName
{
background-color: #28A764;
}
</style>
border-color css
<style>
span { border-color: #28A764; }
span { border-color: rgb(40,167,100); }
td.TdClassName
{
border-color: #28A764;
}
.TagClassName
{
border-color: #28A764;
}
</style>