Shades of Eucalyptus #21AB5C
Tints of Eucalyptus #21AB5C
RGB
CMYK
RGB Variations
Color information
#21AB5C (or 0x21AB5C) is known color: Eucalyptus. HEX triplet: 21, AB and 5C. RGB value is (33,171,92). Sum of RGB (Red+Green+Blue) = 33+171+92=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB5C is #DE54A3. Grayscale: #787878. Windows color (decimal): -14570660 or 6073121. OLE color: 6073121.
HSL color Cylindrical-coordinate representation of color #21AB5C: hue angle of 145.65º 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 #21AB5C is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 92 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.33 |
| HSL | 145.65º | 0.68% | 0.4% | - |
| HSV(B) | 145.65º | 0.81% | 0.67% | - |
| XYZ | 17.12 | 30.22 | 15.06 | - |
| YUV | 120.73 | 111.78 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 92 | 0.81 | 0 | 0.46 | 0.33 | 145.65 | 0.68 | 0.4 |
| Hex | 21 | AB | 5C | 51 | 0 | 2E | 21 | 92 | 44 | 28 |
| Octal | 41 | 253 | 134 | 121 | 0 | 56 | 41 | 222 | 104 | 50 |
| Binary | 100001 | 10101011 | 1011100 | 1010001 | 0 | 101110 | 100001 | 10010010 | 1000100 | 101000 |
Color Harmonies of #21AB5C
Complementary color
Monochromatic Colors of #21AB5C
Black with #21AB5C
Text Example
Text Example
White with #21AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB5C; }
p { color: rgb(33,171,92); }
H1.HeaderClassName
{
color: #21AB5C;
}
.AnyTagClassName
{
color: #21AB5C;
}
</style>
background-color css
<style>
a { background-color: #21AB5C; }
a { background-color: rgb(33,171,92); }
div.DivClassName
{
background-color: #21AB5C;
}
.BgClassName
{
background-color: #21AB5C;
}
</style>
border-color css
<style>
span { border-color: #21AB5C; }
span { border-color: rgb(33,171,92); }
td.TdClassName
{
border-color: #21AB5C;
}
.TagClassName
{
border-color: #21AB5C;
}
</style>