Shades of Eucalyptus #28A363
Tints of Eucalyptus #28A363
RGB
CMYK
RGB Variations
Color information
#28A363 (or 0x28A363) is known color: Eucalyptus. HEX triplet: 28, A3 and 63. RGB value is (40,163,99). Sum of RGB (Red+Green+Blue) = 40+163+99=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 163 (64.06% from 255 or 53.97% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 163 - color contains mainly: green. Hex color #28A363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A363 is #D75C9C. Grayscale: #777777. Windows color (decimal): -14113949 or 6529832. OLE color: 6529832.
HSL color Cylindrical-coordinate representation of color #28A363: hue angle of 148.78º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A363 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 163 | 99 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.36 |
| HSL | 148.78º | 0.61% | 0.4% | - |
| HSV(B) | 148.78º | 0.75% | 0.64% | - |
| XYZ | 16.22 | 27.55 | 16.27 | - |
| YUV | 118.93 | 116.75 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 99 | 0.75 | 0 | 0.39 | 0.36 | 148.78 | 0.61 | 0.4 |
| Hex | 28 | A3 | 63 | 4B | 0 | 27 | 24 | 95 | 3D | 28 |
| Octal | 50 | 243 | 143 | 113 | 0 | 47 | 44 | 225 | 75 | 50 |
| Binary | 101000 | 10100011 | 1100011 | 1001011 | 0 | 100111 | 100100 | 10010101 | 111101 | 101000 |
Color Harmonies of #28A363
Complementary color
Monochromatic Colors of #28A363
Black with #28A363
Text Example
Text Example
White with #28A363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A363; }
p { color: rgb(40,163,99); }
H1.HeaderClassName
{
color: #28A363;
}
.AnyTagClassName
{
color: #28A363;
}
</style>
background-color css
<style>
a { background-color: #28A363; }
a { background-color: rgb(40,163,99); }
div.DivClassName
{
background-color: #28A363;
}
.BgClassName
{
background-color: #28A363;
}
</style>
border-color css
<style>
span { border-color: #28A363; }
span { border-color: rgb(40,163,99); }
td.TdClassName
{
border-color: #28A363;
}
.TagClassName
{
border-color: #28A363;
}
</style>