Shades of Eucalyptus #21985A
Tints of Eucalyptus #21985A
RGB
CMYK
RGB Variations
Color information
#21985A (or 0x21985A) is known color: Eucalyptus. HEX triplet: 21, 98 and 5A. RGB value is (33,152,90). Sum of RGB (Red+Green+Blue) = 33+152+90=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #21985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21985A is #DE67A5. Grayscale: #6D6D6D. Windows color (decimal): -14575526 or 5937185. OLE color: 5937185.
HSL color Cylindrical-coordinate representation of color #21985A: hue angle of 148.74º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21985A is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 90 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.40 |
| HSL | 148.74º | 0.64% | 0.36% | - |
| HSV(B) | 148.74º | 0.78% | 0.6% | - |
| XYZ | 13.7 | 23.52 | 13.49 | - |
| YUV | 109.35 | 117.08 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 90 | 0.78 | 0 | 0.41 | 0.40 | 148.74 | 0.64 | 0.36 |
| Hex | 21 | 98 | 5A | 4E | 0 | 29 | 28 | 95 | 40 | 24 |
| Octal | 41 | 230 | 132 | 116 | 0 | 51 | 50 | 225 | 100 | 44 |
| Binary | 100001 | 10011000 | 1011010 | 1001110 | 0 | 101001 | 101000 | 10010101 | 1000000 | 100100 |
Color Harmonies of #21985A
Complementary color
Monochromatic Colors of #21985A
Black with #21985A
Text Example
Text Example
White with #21985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21985A; }
p { color: rgb(33,152,90); }
H1.HeaderClassName
{
color: #21985A;
}
.AnyTagClassName
{
color: #21985A;
}
</style>
background-color css
<style>
a { background-color: #21985A; }
a { background-color: rgb(33,152,90); }
div.DivClassName
{
background-color: #21985A;
}
.BgClassName
{
background-color: #21985A;
}
</style>
border-color css
<style>
span { border-color: #21985A; }
span { border-color: rgb(33,152,90); }
td.TdClassName
{
border-color: #21985A;
}
.TagClassName
{
border-color: #21985A;
}
</style>