Shades of Eucalyptus #21A25D
Tints of Eucalyptus #21A25D
RGB
CMYK
RGB Variations
Color information
#21A25D (or 0x21A25D) is known color: Eucalyptus. HEX triplet: 21, A2 and 5D. RGB value is (33,162,93). Sum of RGB (Red+Green+Blue) = 33+162+93=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #21A25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A25D is #DE5DA2. Grayscale: #737373. Windows color (decimal): -14572963 or 6136353. OLE color: 6136353.
HSL color Cylindrical-coordinate representation of color #21A25D: hue angle of 147.91º 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 #21A25D is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 93 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.36 |
| HSL | 147.91º | 0.66% | 0.38% | - |
| HSV(B) | 147.91º | 0.8% | 0.64% | - |
| XYZ | 15.52 | 26.95 | 14.74 | - |
| YUV | 115.56 | 115.26 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 93 | 0.80 | 0 | 0.43 | 0.36 | 147.91 | 0.66 | 0.38 |
| Hex | 21 | A2 | 5D | 50 | 0 | 2B | 24 | 94 | 42 | 26 |
| Octal | 41 | 242 | 135 | 120 | 0 | 53 | 44 | 224 | 102 | 46 |
| Binary | 100001 | 10100010 | 1011101 | 1010000 | 0 | 101011 | 100100 | 10010100 | 1000010 | 100110 |
Color Harmonies of #21A25D
Complementary color
Monochromatic Colors of #21A25D
Black with #21A25D
Text Example
Text Example
White with #21A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A25D; }
p { color: rgb(33,162,93); }
H1.HeaderClassName
{
color: #21A25D;
}
.AnyTagClassName
{
color: #21A25D;
}
</style>
background-color css
<style>
a { background-color: #21A25D; }
a { background-color: rgb(33,162,93); }
div.DivClassName
{
background-color: #21A25D;
}
.BgClassName
{
background-color: #21A25D;
}
</style>
border-color css
<style>
span { border-color: #21A25D; }
span { border-color: rgb(33,162,93); }
td.TdClassName
{
border-color: #21A25D;
}
.TagClassName
{
border-color: #21A25D;
}
</style>