Shades of Eucalyptus #28A066
Tints of Eucalyptus #28A066
RGB
CMYK
RGB Variations
Color information
#28A066 (or 0x28A066) is known color: Eucalyptus. HEX triplet: 28, A0 and 66. RGB value is (40,160,102). Sum of RGB (Red+Green+Blue) = 40+160+102=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #28A066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A066 is #D75F99. Grayscale: #757575. Windows color (decimal): -14114714 or 6725672. OLE color: 6725672.
HSL color Cylindrical-coordinate representation of color #28A066: hue angle of 151º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A066 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 102 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.37 |
| HSL | 151º | 0.6% | 0.39% | - |
| HSV(B) | 151º | 0.75% | 0.63% | - |
| XYZ | 15.84 | 26.55 | 16.86 | - |
| YUV | 117.51 | 119.24 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 102 | 0.75 | 0 | 0.36 | 0.37 | 151 | 0.6 | 0.39 |
| Hex | 28 | A0 | 66 | 4B | 0 | 24 | 25 | 97 | 3C | 27 |
| Octal | 50 | 240 | 146 | 113 | 0 | 44 | 45 | 227 | 74 | 47 |
| Binary | 101000 | 10100000 | 1100110 | 1001011 | 0 | 100100 | 100101 | 10010111 | 111100 | 100111 |
Color Harmonies of #28A066
Complementary color
Monochromatic Colors of #28A066
Black with #28A066
Text Example
Text Example
White with #28A066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A066; }
p { color: rgb(40,160,102); }
H1.HeaderClassName
{
color: #28A066;
}
.AnyTagClassName
{
color: #28A066;
}
</style>
background-color css
<style>
a { background-color: #28A066; }
a { background-color: rgb(40,160,102); }
div.DivClassName
{
background-color: #28A066;
}
.BgClassName
{
background-color: #28A066;
}
</style>
border-color css
<style>
span { border-color: #28A066; }
span { border-color: rgb(40,160,102); }
td.TdClassName
{
border-color: #28A066;
}
.TagClassName
{
border-color: #28A066;
}
</style>