Shades of Eucalyptus #28AB55
Tints of Eucalyptus #28AB55
RGB
CMYK
RGB Variations
Color information
#28AB55 (or 0x28AB55) is known color: Eucalyptus. HEX triplet: 28, AB and 55. RGB value is (40,171,85). Sum of RGB (Red+Green+Blue) = 40+171+85=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AB55 is #D754AA. Grayscale: #7A7A7A. Windows color (decimal): -14111915 or 5614376. OLE color: 5614376.
HSL color Cylindrical-coordinate representation of color #28AB55: hue angle of 140.61º 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 #28AB55 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 85 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.33 |
| HSL | 140.61º | 0.62% | 0.41% | - |
| HSV(B) | 140.61º | 0.77% | 0.67% | - |
| XYZ | 17.08 | 30.23 | 13.53 | - |
| YUV | 122.03 | 107.1 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 85 | 0.77 | 0 | 0.50 | 0.33 | 140.61 | 0.62 | 0.41 |
| Hex | 28 | AB | 55 | 4D | 0 | 32 | 21 | 8D | 3E | 29 |
| Octal | 50 | 253 | 125 | 115 | 0 | 62 | 41 | 215 | 76 | 51 |
| Binary | 101000 | 10101011 | 1010101 | 1001101 | 0 | 110010 | 100001 | 10001101 | 111110 | 101001 |
Color Harmonies of #28AB55
Complementary color
Monochromatic Colors of #28AB55
Black with #28AB55
Text Example
Text Example
White with #28AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB55; }
p { color: rgb(40,171,85); }
H1.HeaderClassName
{
color: #28AB55;
}
.AnyTagClassName
{
color: #28AB55;
}
</style>
background-color css
<style>
a { background-color: #28AB55; }
a { background-color: rgb(40,171,85); }
div.DivClassName
{
background-color: #28AB55;
}
.BgClassName
{
background-color: #28AB55;
}
</style>
border-color css
<style>
span { border-color: #28AB55; }
span { border-color: rgb(40,171,85); }
td.TdClassName
{
border-color: #28AB55;
}
.TagClassName
{
border-color: #28AB55;
}
</style>