Shades of Eucalyptus #21A45D
Tints of Eucalyptus #21A45D
RGB
CMYK
RGB Variations
Color information
#21A45D (or 0x21A45D) is known color: Eucalyptus. HEX triplet: 21, A4 and 5D. RGB value is (33,164,93). Sum of RGB (Red+Green+Blue) = 33+164+93=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #21A45D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A45D is #DE5BA2. Grayscale: #747474. Windows color (decimal): -14572451 or 6136865. OLE color: 6136865.
HSL color Cylindrical-coordinate representation of color #21A45D: hue angle of 147.48º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A45D is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 164 | 93 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.36 |
| HSL | 147.48º | 0.66% | 0.39% | - |
| HSV(B) | 147.48º | 0.8% | 0.64% | - |
| XYZ | 15.88 | 27.66 | 14.86 | - |
| YUV | 116.74 | 114.6 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 93 | 0.80 | 0 | 0.43 | 0.36 | 147.48 | 0.66 | 0.39 |
| Hex | 21 | A4 | 5D | 50 | 0 | 2B | 24 | 93 | 42 | 27 |
| Octal | 41 | 244 | 135 | 120 | 0 | 53 | 44 | 223 | 102 | 47 |
| Binary | 100001 | 10100100 | 1011101 | 1010000 | 0 | 101011 | 100100 | 10010011 | 1000010 | 100111 |
Color Harmonies of #21A45D
Complementary color
Monochromatic Colors of #21A45D
Black with #21A45D
Text Example
Text Example
White with #21A45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A45D; }
p { color: rgb(33,164,93); }
H1.HeaderClassName
{
color: #21A45D;
}
.AnyTagClassName
{
color: #21A45D;
}
</style>
background-color css
<style>
a { background-color: #21A45D; }
a { background-color: rgb(33,164,93); }
div.DivClassName
{
background-color: #21A45D;
}
.BgClassName
{
background-color: #21A45D;
}
</style>
border-color css
<style>
span { border-color: #21A45D; }
span { border-color: rgb(33,164,93); }
td.TdClassName
{
border-color: #21A45D;
}
.TagClassName
{
border-color: #21A45D;
}
</style>