Shades of Eucalyptus #21A75C
Tints of Eucalyptus #21A75C
RGB
CMYK
RGB Variations
Color information
#21A75C (or 0x21A75C) is known color: Eucalyptus. HEX triplet: 21, A7 and 5C. RGB value is (33,167,92). Sum of RGB (Red+Green+Blue) = 33+167+92=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 167 (65.62% from 255 or 57.19% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 167 - color contains mainly: green. Hex color #21A75C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A75C is #DE58A3. Grayscale: #767676. Windows color (decimal): -14571684 or 6072097. OLE color: 6072097.
HSL color Cylindrical-coordinate representation of color #21A75C: hue angle of 146.42º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A75C is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 167 | 92 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.35 |
| HSL | 146.42º | 0.67% | 0.39% | - |
| HSV(B) | 146.42º | 0.8% | 0.65% | - |
| XYZ | 16.38 | 28.73 | 14.81 | - |
| YUV | 118.38 | 113.11 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 167 | 92 | 0.80 | 0 | 0.45 | 0.35 | 146.42 | 0.67 | 0.39 |
| Hex | 21 | A7 | 5C | 50 | 0 | 2D | 23 | 92 | 43 | 27 |
| Octal | 41 | 247 | 134 | 120 | 0 | 55 | 43 | 222 | 103 | 47 |
| Binary | 100001 | 10100111 | 1011100 | 1010000 | 0 | 101101 | 100011 | 10010010 | 1000011 | 100111 |
Color Harmonies of #21A75C
Complementary color
Monochromatic Colors of #21A75C
Black with #21A75C
Text Example
Text Example
White with #21A75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A75C; }
p { color: rgb(33,167,92); }
H1.HeaderClassName
{
color: #21A75C;
}
.AnyTagClassName
{
color: #21A75C;
}
</style>
background-color css
<style>
a { background-color: #21A75C; }
a { background-color: rgb(33,167,92); }
div.DivClassName
{
background-color: #21A75C;
}
.BgClassName
{
background-color: #21A75C;
}
</style>
border-color css
<style>
span { border-color: #21A75C; }
span { border-color: rgb(33,167,92); }
td.TdClassName
{
border-color: #21A75C;
}
.TagClassName
{
border-color: #21A75C;
}
</style>