Shades of Eucalyptus #21A45F
Tints of Eucalyptus #21A45F
RGB
CMYK
RGB Variations
Color information
#21A45F (or 0x21A45F) is known color: Eucalyptus. HEX triplet: 21, A4 and 5F. RGB value is (33,164,95). Sum of RGB (Red+Green+Blue) = 33+164+95=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #21A45F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A45F is #DE5BA0. Grayscale: #757575. Windows color (decimal): -14572449 or 6267937. OLE color: 6267937.
HSL color Cylindrical-coordinate representation of color #21A45F: hue angle of 148.4º 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 #21A45F is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 164 | 95 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.36 |
| HSL | 148.4º | 0.66% | 0.39% | - |
| HSV(B) | 148.4º | 0.8% | 0.64% | - |
| XYZ | 15.97 | 27.7 | 15.33 | - |
| YUV | 116.97 | 115.6 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 95 | 0.80 | 0 | 0.42 | 0.36 | 148.4 | 0.66 | 0.39 |
| Hex | 21 | A4 | 5F | 50 | 0 | 2A | 24 | 94 | 42 | 27 |
| Octal | 41 | 244 | 137 | 120 | 0 | 52 | 44 | 224 | 102 | 47 |
| Binary | 100001 | 10100100 | 1011111 | 1010000 | 0 | 101010 | 100100 | 10010100 | 1000010 | 100111 |
Color Harmonies of #21A45F
Complementary color
Monochromatic Colors of #21A45F
Black with #21A45F
Text Example
Text Example
White with #21A45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A45F; }
p { color: rgb(33,164,95); }
H1.HeaderClassName
{
color: #21A45F;
}
.AnyTagClassName
{
color: #21A45F;
}
</style>
background-color css
<style>
a { background-color: #21A45F; }
a { background-color: rgb(33,164,95); }
div.DivClassName
{
background-color: #21A45F;
}
.BgClassName
{
background-color: #21A45F;
}
</style>
border-color css
<style>
span { border-color: #21A45F; }
span { border-color: rgb(33,164,95); }
td.TdClassName
{
border-color: #21A45F;
}
.TagClassName
{
border-color: #21A45F;
}
</style>