Shades of Eucalyptus #28AB52
Tints of Eucalyptus #28AB52
RGB
CMYK
RGB Variations
Color information
#28AB52 (or 0x28AB52) is known color: Eucalyptus. HEX triplet: 28, AB and 52. RGB value is (40,171,82). Sum of RGB (Red+Green+Blue) = 40+171+82=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AB52 is #D754AD. Grayscale: #797979. Windows color (decimal): -14111918 or 5417768. OLE color: 5417768.
HSL color Cylindrical-coordinate representation of color #28AB52: hue angle of 139.24º 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 #28AB52 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 82 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.33 |
| HSL | 139.24º | 0.62% | 0.41% | - |
| HSV(B) | 139.24º | 0.77% | 0.67% | - |
| XYZ | 16.96 | 30.19 | 12.92 | - |
| YUV | 121.69 | 105.6 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 82 | 0.77 | 0 | 0.52 | 0.33 | 139.24 | 0.62 | 0.41 |
| Hex | 28 | AB | 52 | 4D | 0 | 34 | 21 | 8B | 3E | 29 |
| Octal | 50 | 253 | 122 | 115 | 0 | 64 | 41 | 213 | 76 | 51 |
| Binary | 101000 | 10101011 | 1010010 | 1001101 | 0 | 110100 | 100001 | 10001011 | 111110 | 101001 |
Color Harmonies of #28AB52
Complementary color
Monochromatic Colors of #28AB52
Black with #28AB52
Text Example
Text Example
White with #28AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB52; }
p { color: rgb(40,171,82); }
H1.HeaderClassName
{
color: #28AB52;
}
.AnyTagClassName
{
color: #28AB52;
}
</style>
background-color css
<style>
a { background-color: #28AB52; }
a { background-color: rgb(40,171,82); }
div.DivClassName
{
background-color: #28AB52;
}
.BgClassName
{
background-color: #28AB52;
}
</style>
border-color css
<style>
span { border-color: #28AB52; }
span { border-color: rgb(40,171,82); }
td.TdClassName
{
border-color: #28AB52;
}
.TagClassName
{
border-color: #28AB52;
}
</style>