Shades of Eucalyptus #20AB52
Tints of Eucalyptus #20AB52
RGB
CMYK
RGB Variations
Color information
#20AB52 (or 0x20AB52) is known color: Eucalyptus. HEX triplet: 20, AB and 52. RGB value is (32,171,82). Sum of RGB (Red+Green+Blue) = 32+171+82=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB52 is #DF54AD. Grayscale: #777777. Windows color (decimal): -14636206 or 5417760. OLE color: 5417760.
HSL color Cylindrical-coordinate representation of color #20AB52: hue angle of 141.58º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AB52 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 82 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.33 |
| HSL | 141.58º | 0.68% | 0.4% | - |
| HSV(B) | 141.58º | 0.81% | 0.67% | - |
| XYZ | 16.68 | 30.04 | 12.9 | - |
| YUV | 119.29 | 106.95 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 82 | 0.81 | 0 | 0.52 | 0.33 | 141.58 | 0.68 | 0.4 |
| Hex | 20 | AB | 52 | 51 | 0 | 34 | 21 | 8E | 44 | 28 |
| Octal | 40 | 253 | 122 | 121 | 0 | 64 | 41 | 216 | 104 | 50 |
| Binary | 100000 | 10101011 | 1010010 | 1010001 | 0 | 110100 | 100001 | 10001110 | 1000100 | 101000 |
Color Harmonies of #20AB52
Complementary color
Monochromatic Colors of #20AB52
Black with #20AB52
Text Example
Text Example
White with #20AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB52; }
p { color: rgb(32,171,82); }
H1.HeaderClassName
{
color: #20AB52;
}
.AnyTagClassName
{
color: #20AB52;
}
</style>
background-color css
<style>
a { background-color: #20AB52; }
a { background-color: rgb(32,171,82); }
div.DivClassName
{
background-color: #20AB52;
}
.BgClassName
{
background-color: #20AB52;
}
</style>
border-color css
<style>
span { border-color: #20AB52; }
span { border-color: rgb(32,171,82); }
td.TdClassName
{
border-color: #20AB52;
}
.TagClassName
{
border-color: #20AB52;
}
</style>