Shades of Eucalyptus #21A350
Tints of Eucalyptus #21A350
RGB
CMYK
RGB Variations
Color information
#21A350 (or 0x21A350) is known color: Eucalyptus. HEX triplet: 21, A3 and 50. RGB value is (33,163,80). Sum of RGB (Red+Green+Blue) = 33+163+80=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 163 (64.06% from 255 or 59.06% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 163 - color contains mainly: green. Hex color #21A350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A350 is #DE5CAF. Grayscale: #727272. Windows color (decimal): -14572720 or 5284641. OLE color: 5284641.
HSL color Cylindrical-coordinate representation of color #21A350: hue angle of 141.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A350 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 80 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.36 |
| HSL | 141.69º | 0.66% | 0.38% | - |
| HSV(B) | 141.69º | 0.8% | 0.64% | - |
| XYZ | 15.17 | 27.1 | 12.02 | - |
| YUV | 114.67 | 108.43 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 80 | 0.80 | 0 | 0.51 | 0.36 | 141.69 | 0.66 | 0.38 |
| Hex | 21 | A3 | 50 | 50 | 0 | 33 | 24 | 8E | 42 | 26 |
| Octal | 41 | 243 | 120 | 120 | 0 | 63 | 44 | 216 | 102 | 46 |
| Binary | 100001 | 10100011 | 1010000 | 1010000 | 0 | 110011 | 100100 | 10001110 | 1000010 | 100110 |
Color Harmonies of #21A350
Complementary color
Monochromatic Colors of #21A350
Black with #21A350
Text Example
Text Example
White with #21A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A350; }
p { color: rgb(33,163,80); }
H1.HeaderClassName
{
color: #21A350;
}
.AnyTagClassName
{
color: #21A350;
}
</style>
background-color css
<style>
a { background-color: #21A350; }
a { background-color: rgb(33,163,80); }
div.DivClassName
{
background-color: #21A350;
}
.BgClassName
{
background-color: #21A350;
}
</style>
border-color css
<style>
span { border-color: #21A350; }
span { border-color: rgb(33,163,80); }
td.TdClassName
{
border-color: #21A350;
}
.TagClassName
{
border-color: #21A350;
}
</style>