Shades of Eucalyptus #21A35B
Tints of Eucalyptus #21A35B
RGB
CMYK
RGB Variations
Color information
#21A35B (or 0x21A35B) is known color: Eucalyptus. HEX triplet: 21, A3 and 5B. RGB value is (33,163,91). Sum of RGB (Red+Green+Blue) = 33+163+91=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #21A35B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A35B is #DE5CA4. Grayscale: #747474. Windows color (decimal): -14572709 or 6005537. OLE color: 6005537.
HSL color Cylindrical-coordinate representation of color #21A35B: hue angle of 146.77º 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 #21A35B is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 91 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.36 |
| HSL | 146.77º | 0.66% | 0.38% | - |
| HSV(B) | 146.77º | 0.8% | 0.64% | - |
| XYZ | 15.61 | 27.27 | 14.34 | - |
| YUV | 115.92 | 113.93 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 91 | 0.80 | 0 | 0.44 | 0.36 | 146.77 | 0.66 | 0.38 |
| Hex | 21 | A3 | 5B | 50 | 0 | 2C | 24 | 93 | 42 | 26 |
| Octal | 41 | 243 | 133 | 120 | 0 | 54 | 44 | 223 | 102 | 46 |
| Binary | 100001 | 10100011 | 1011011 | 1010000 | 0 | 101100 | 100100 | 10010011 | 1000010 | 100110 |
Color Harmonies of #21A35B
Complementary color
Monochromatic Colors of #21A35B
Black with #21A35B
Text Example
Text Example
White with #21A35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A35B; }
p { color: rgb(33,163,91); }
H1.HeaderClassName
{
color: #21A35B;
}
.AnyTagClassName
{
color: #21A35B;
}
</style>
background-color css
<style>
a { background-color: #21A35B; }
a { background-color: rgb(33,163,91); }
div.DivClassName
{
background-color: #21A35B;
}
.BgClassName
{
background-color: #21A35B;
}
</style>
border-color css
<style>
span { border-color: #21A35B; }
span { border-color: rgb(33,163,91); }
td.TdClassName
{
border-color: #21A35B;
}
.TagClassName
{
border-color: #21A35B;
}
</style>