Shades of Eucalyptus #21A058
Tints of Eucalyptus #21A058
RGB
CMYK
RGB Variations
Color information
#21A058 (or 0x21A058) is known color: Eucalyptus. HEX triplet: 21, A0 and 58. RGB value is (33,160,88). Sum of RGB (Red+Green+Blue) = 33+160+88=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #21A058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A058 is #DE5FA7. Grayscale: #717171. Windows color (decimal): -14573480 or 5808161. OLE color: 5808161.
HSL color Cylindrical-coordinate representation of color #21A058: hue angle of 145.98º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A058 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 88 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.37 |
| HSL | 145.98º | 0.66% | 0.38% | - |
| HSV(B) | 145.98º | 0.79% | 0.63% | - |
| XYZ | 14.96 | 26.17 | 13.5 | - |
| YUV | 113.82 | 113.42 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 88 | 0.79 | 0 | 0.45 | 0.37 | 145.98 | 0.66 | 0.38 |
| Hex | 21 | A0 | 58 | 4F | 0 | 2D | 25 | 92 | 42 | 26 |
| Octal | 41 | 240 | 130 | 117 | 0 | 55 | 45 | 222 | 102 | 46 |
| Binary | 100001 | 10100000 | 1011000 | 1001111 | 0 | 101101 | 100101 | 10010010 | 1000010 | 100110 |
Color Harmonies of #21A058
Complementary color
Monochromatic Colors of #21A058
Black with #21A058
Text Example
Text Example
White with #21A058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A058; }
p { color: rgb(33,160,88); }
H1.HeaderClassName
{
color: #21A058;
}
.AnyTagClassName
{
color: #21A058;
}
</style>
background-color css
<style>
a { background-color: #21A058; }
a { background-color: rgb(33,160,88); }
div.DivClassName
{
background-color: #21A058;
}
.BgClassName
{
background-color: #21A058;
}
</style>
border-color css
<style>
span { border-color: #21A058; }
span { border-color: rgb(33,160,88); }
td.TdClassName
{
border-color: #21A058;
}
.TagClassName
{
border-color: #21A058;
}
</style>