Shades of Eucalyptus #28A366
Tints of Eucalyptus #28A366
RGB
CMYK
RGB Variations
Color information
#28A366 (or 0x28A366) is known color: Eucalyptus. HEX triplet: 28, A3 and 66. RGB value is (40,163,102). Sum of RGB (Red+Green+Blue) = 40+163+102=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #28A366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A366 is #D75C99. Grayscale: #777777. Windows color (decimal): -14113946 or 6726440. OLE color: 6726440.
HSL color Cylindrical-coordinate representation of color #28A366: hue angle of 150.24º 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 #28A366 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 163 | 102 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.36 |
| HSL | 150.24º | 0.61% | 0.4% | - |
| HSV(B) | 150.24º | 0.75% | 0.64% | - |
| XYZ | 16.37 | 27.6 | 17.04 | - |
| YUV | 119.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 102 | 0.75 | 0 | 0.37 | 0.36 | 150.24 | 0.61 | 0.4 |
| Hex | 28 | A3 | 66 | 4B | 0 | 25 | 24 | 96 | 3D | 28 |
| Octal | 50 | 243 | 146 | 113 | 0 | 45 | 44 | 226 | 75 | 50 |
| Binary | 101000 | 10100011 | 1100110 | 1001011 | 0 | 100101 | 100100 | 10010110 | 111101 | 101000 |
Color Harmonies of #28A366
Complementary color
Monochromatic Colors of #28A366
Black with #28A366
Text Example
Text Example
White with #28A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A366; }
p { color: rgb(40,163,102); }
H1.HeaderClassName
{
color: #28A366;
}
.AnyTagClassName
{
color: #28A366;
}
</style>
background-color css
<style>
a { background-color: #28A366; }
a { background-color: rgb(40,163,102); }
div.DivClassName
{
background-color: #28A366;
}
.BgClassName
{
background-color: #28A366;
}
</style>
border-color css
<style>
span { border-color: #28A366; }
span { border-color: rgb(40,163,102); }
td.TdClassName
{
border-color: #28A366;
}
.TagClassName
{
border-color: #28A366;
}
</style>