Shades of Eucalyptus #28AA5D
Tints of Eucalyptus #28AA5D
RGB
CMYK
RGB Variations
Color information
#28AA5D (or 0x28AA5D) is known color: Eucalyptus. HEX triplet: 28, AA and 5D. RGB value is (40,170,93). Sum of RGB (Red+Green+Blue) = 40+170+93=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA5D is #D755A2. Grayscale: #7A7A7A. Windows color (decimal): -14112163 or 6138408. OLE color: 6138408.
HSL color Cylindrical-coordinate representation of color #28AA5D: hue angle of 144.46º 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 #28AA5D is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 93 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.33 |
| HSL | 144.46º | 0.62% | 0.41% | - |
| HSV(B) | 144.46º | 0.76% | 0.67% | - |
| XYZ | 17.23 | 29.99 | 15.24 | - |
| YUV | 122.35 | 111.43 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 93 | 0.76 | 0 | 0.45 | 0.33 | 144.46 | 0.62 | 0.41 |
| Hex | 28 | AA | 5D | 4C | 0 | 2D | 21 | 90 | 3E | 29 |
| Octal | 50 | 252 | 135 | 114 | 0 | 55 | 41 | 220 | 76 | 51 |
| Binary | 101000 | 10101010 | 1011101 | 1001100 | 0 | 101101 | 100001 | 10010000 | 111110 | 101001 |
Color Harmonies of #28AA5D
Complementary color
Monochromatic Colors of #28AA5D
Black with #28AA5D
Text Example
Text Example
White with #28AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA5D; }
p { color: rgb(40,170,93); }
H1.HeaderClassName
{
color: #28AA5D;
}
.AnyTagClassName
{
color: #28AA5D;
}
</style>
background-color css
<style>
a { background-color: #28AA5D; }
a { background-color: rgb(40,170,93); }
div.DivClassName
{
background-color: #28AA5D;
}
.BgClassName
{
background-color: #28AA5D;
}
</style>
border-color css
<style>
span { border-color: #28AA5D; }
span { border-color: rgb(40,170,93); }
td.TdClassName
{
border-color: #28AA5D;
}
.TagClassName
{
border-color: #28AA5D;
}
</style>