Shades of Eucalyptus #28A963
Tints of Eucalyptus #28A963
RGB
CMYK
RGB Variations
Color information
#28A963 (or 0x28A963) is known color: Eucalyptus. HEX triplet: 28, A9 and 63. RGB value is (40,169,99). Sum of RGB (Red+Green+Blue) = 40+169+99=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #28A963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A963 is #D7569C. Grayscale: #7A7A7A. Windows color (decimal): -14112413 or 6531368. OLE color: 6531368.
HSL color Cylindrical-coordinate representation of color #28A963: hue angle of 147.44º 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 #28A963 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 169 | 99 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.34 |
| HSL | 147.44º | 0.62% | 0.41% | - |
| HSV(B) | 147.44º | 0.76% | 0.66% | - |
| XYZ | 17.32 | 29.73 | 16.63 | - |
| YUV | 122.45 | 114.76 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 99 | 0.76 | 0 | 0.41 | 0.34 | 147.44 | 0.62 | 0.41 |
| Hex | 28 | A9 | 63 | 4C | 0 | 29 | 22 | 93 | 3E | 29 |
| Octal | 50 | 251 | 143 | 114 | 0 | 51 | 42 | 223 | 76 | 51 |
| Binary | 101000 | 10101001 | 1100011 | 1001100 | 0 | 101001 | 100010 | 10010011 | 111110 | 101001 |
Color Harmonies of #28A963
Complementary color
Monochromatic Colors of #28A963
Black with #28A963
Text Example
Text Example
White with #28A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A963; }
p { color: rgb(40,169,99); }
H1.HeaderClassName
{
color: #28A963;
}
.AnyTagClassName
{
color: #28A963;
}
</style>
background-color css
<style>
a { background-color: #28A963; }
a { background-color: rgb(40,169,99); }
div.DivClassName
{
background-color: #28A963;
}
.BgClassName
{
background-color: #28A963;
}
</style>
border-color css
<style>
span { border-color: #28A963; }
span { border-color: rgb(40,169,99); }
td.TdClassName
{
border-color: #28A963;
}
.TagClassName
{
border-color: #28A963;
}
</style>