Shades of Eucalyptus #28AA66
Tints of Eucalyptus #28AA66
RGB
CMYK
RGB Variations
Color information
#28AA66 (or 0x28AA66) is known color: Eucalyptus. HEX triplet: 28, AA and 66. RGB value is (40,170,102). Sum of RGB (Red+Green+Blue) = 40+170+102=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA66 is #D75599. Grayscale: #7B7B7B. Windows color (decimal): -14112154 or 6728232. OLE color: 6728232.
HSL color Cylindrical-coordinate representation of color #28AA66: hue angle of 148.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA66 is Cyan = 0.76, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 102 | - |
| CMYK | 0.76 | 0 | 0.4 | 0.33 |
| HSL | 148.62º | 0.62% | 0.41% | - |
| HSV(B) | 148.62º | 0.76% | 0.67% | - |
| XYZ | 17.65 | 30.16 | 17.46 | - |
| YUV | 123.38 | 115.93 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 102 | 0.76 | 0 | 0.4 | 0.33 | 148.62 | 0.62 | 0.41 |
| Hex | 28 | AA | 66 | 4C | 0 | 28 | 21 | 95 | 3E | 29 |
| Octal | 50 | 252 | 146 | 114 | 0 | 50 | 41 | 225 | 76 | 51 |
| Binary | 101000 | 10101010 | 1100110 | 1001100 | 0 | 101000 | 100001 | 10010101 | 111110 | 101001 |
Color Harmonies of #28AA66
Complementary color
Monochromatic Colors of #28AA66
Black with #28AA66
Text Example
Text Example
White with #28AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA66; }
p { color: rgb(40,170,102); }
H1.HeaderClassName
{
color: #28AA66;
}
.AnyTagClassName
{
color: #28AA66;
}
</style>
background-color css
<style>
a { background-color: #28AA66; }
a { background-color: rgb(40,170,102); }
div.DivClassName
{
background-color: #28AA66;
}
.BgClassName
{
background-color: #28AA66;
}
</style>
border-color css
<style>
span { border-color: #28AA66; }
span { border-color: rgb(40,170,102); }
td.TdClassName
{
border-color: #28AA66;
}
.TagClassName
{
border-color: #28AA66;
}
</style>