Shades of Eucalyptus #21A25A
Tints of Eucalyptus #21A25A
RGB
CMYK
RGB Variations
Color information
#21A25A (or 0x21A25A) is known color: Eucalyptus. HEX triplet: 21, A2 and 5A. RGB value is (33,162,90). Sum of RGB (Red+Green+Blue) = 33+162+90=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #21A25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A25A is #DE5DA5. Grayscale: #737373. Windows color (decimal): -14572966 or 5939745. OLE color: 5939745.
HSL color Cylindrical-coordinate representation of color #21A25A: hue angle of 146.51º 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 #21A25A is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 90 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.36 |
| HSL | 146.51º | 0.66% | 0.38% | - |
| HSV(B) | 146.51º | 0.8% | 0.64% | - |
| XYZ | 15.39 | 26.9 | 14.05 | - |
| YUV | 115.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 90 | 0.80 | 0 | 0.44 | 0.36 | 146.51 | 0.66 | 0.38 |
| Hex | 21 | A2 | 5A | 50 | 0 | 2C | 24 | 93 | 42 | 26 |
| Octal | 41 | 242 | 132 | 120 | 0 | 54 | 44 | 223 | 102 | 46 |
| Binary | 100001 | 10100010 | 1011010 | 1010000 | 0 | 101100 | 100100 | 10010011 | 1000010 | 100110 |
Color Harmonies of #21A25A
Complementary color
Monochromatic Colors of #21A25A
Black with #21A25A
Text Example
Text Example
White with #21A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A25A; }
p { color: rgb(33,162,90); }
H1.HeaderClassName
{
color: #21A25A;
}
.AnyTagClassName
{
color: #21A25A;
}
</style>
background-color css
<style>
a { background-color: #21A25A; }
a { background-color: rgb(33,162,90); }
div.DivClassName
{
background-color: #21A25A;
}
.BgClassName
{
background-color: #21A25A;
}
</style>
border-color css
<style>
span { border-color: #21A25A; }
span { border-color: rgb(33,162,90); }
td.TdClassName
{
border-color: #21A25A;
}
.TagClassName
{
border-color: #21A25A;
}
</style>