Shades of Eucalyptus #28AB5F
Tints of Eucalyptus #28AB5F
RGB
CMYK
RGB Variations
Color information
#28AB5F (or 0x28AB5F) is known color: Eucalyptus. HEX triplet: 28, AB and 5F. RGB value is (40,171,95). Sum of RGB (Red+Green+Blue) = 40+171+95=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AB5F is #D754A0. Grayscale: #7B7B7B. Windows color (decimal): -14111905 or 6269736. OLE color: 6269736.
HSL color Cylindrical-coordinate representation of color #28AB5F: hue angle of 145.19º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB5F is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 95 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.33 |
| HSL | 145.19º | 0.62% | 0.41% | - |
| HSV(B) | 145.19º | 0.77% | 0.67% | - |
| XYZ | 17.5 | 30.4 | 15.77 | - |
| YUV | 123.17 | 112.1 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 95 | 0.77 | 0 | 0.44 | 0.33 | 145.19 | 0.62 | 0.41 |
| Hex | 28 | AB | 5F | 4D | 0 | 2C | 21 | 91 | 3E | 29 |
| Octal | 50 | 253 | 137 | 115 | 0 | 54 | 41 | 221 | 76 | 51 |
| Binary | 101000 | 10101011 | 1011111 | 1001101 | 0 | 101100 | 100001 | 10010001 | 111110 | 101001 |
Color Harmonies of #28AB5F
Complementary color
Monochromatic Colors of #28AB5F
Black with #28AB5F
Text Example
Text Example
White with #28AB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB5F; }
p { color: rgb(40,171,95); }
H1.HeaderClassName
{
color: #28AB5F;
}
.AnyTagClassName
{
color: #28AB5F;
}
</style>
background-color css
<style>
a { background-color: #28AB5F; }
a { background-color: rgb(40,171,95); }
div.DivClassName
{
background-color: #28AB5F;
}
.BgClassName
{
background-color: #28AB5F;
}
</style>
border-color css
<style>
span { border-color: #28AB5F; }
span { border-color: rgb(40,171,95); }
td.TdClassName
{
border-color: #28AB5F;
}
.TagClassName
{
border-color: #28AB5F;
}
</style>