Shades of Eucalyptus #28AA61
Tints of Eucalyptus #28AA61
RGB
CMYK
RGB Variations
Color information
#28AA61 (or 0x28AA61) is known color: Eucalyptus. HEX triplet: 28, AA and 61. RGB value is (40,170,97). Sum of RGB (Red+Green+Blue) = 40+170+97=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA61 is #D7559E. Grayscale: #7A7A7A. Windows color (decimal): -14112159 or 6400552. OLE color: 6400552.
HSL color Cylindrical-coordinate representation of color #28AA61: hue angle of 146.31º 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 #28AA61 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 97 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.33 |
| HSL | 146.31º | 0.62% | 0.41% | - |
| HSV(B) | 146.31º | 0.76% | 0.67% | - |
| XYZ | 17.41 | 30.06 | 16.19 | - |
| YUV | 122.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 97 | 0.76 | 0 | 0.43 | 0.33 | 146.31 | 0.62 | 0.41 |
| Hex | 28 | AA | 61 | 4C | 0 | 2B | 21 | 92 | 3E | 29 |
| Octal | 50 | 252 | 141 | 114 | 0 | 53 | 41 | 222 | 76 | 51 |
| Binary | 101000 | 10101010 | 1100001 | 1001100 | 0 | 101011 | 100001 | 10010010 | 111110 | 101001 |
Color Harmonies of #28AA61
Complementary color
Monochromatic Colors of #28AA61
Black with #28AA61
Text Example
Text Example
White with #28AA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA61; }
p { color: rgb(40,170,97); }
H1.HeaderClassName
{
color: #28AA61;
}
.AnyTagClassName
{
color: #28AA61;
}
</style>
background-color css
<style>
a { background-color: #28AA61; }
a { background-color: rgb(40,170,97); }
div.DivClassName
{
background-color: #28AA61;
}
.BgClassName
{
background-color: #28AA61;
}
</style>
border-color css
<style>
span { border-color: #28AA61; }
span { border-color: rgb(40,170,97); }
td.TdClassName
{
border-color: #28AA61;
}
.TagClassName
{
border-color: #28AA61;
}
</style>