Shades of Eucalyptus #21995C
Tints of Eucalyptus #21995C
RGB
CMYK
RGB Variations
Color information
#21995C (or 0x21995C) is known color: Eucalyptus. HEX triplet: 21, 99 and 5C. RGB value is (33,153,92). Sum of RGB (Red+Green+Blue) = 33+153+92=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #21995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21995C is #DE66A3. Grayscale: #6E6E6E. Windows color (decimal): -14575268 or 6068513. OLE color: 6068513.
HSL color Cylindrical-coordinate representation of color #21995C: hue angle of 149.5º degrees, saturation: 0.65, 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 #21995C is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 92 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.4 |
| HSL | 149.5º | 0.65% | 0.36% | - |
| HSV(B) | 149.5º | 0.78% | 0.6% | - |
| XYZ | 13.95 | 23.88 | 14 | - |
| YUV | 110.17 | 117.74 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 92 | 0.78 | 0 | 0.40 | 0.4 | 149.5 | 0.65 | 0.36 |
| Hex | 21 | 99 | 5C | 4E | 0 | 28 | 28 | 96 | 41 | 24 |
| Octal | 41 | 231 | 134 | 116 | 0 | 50 | 50 | 226 | 101 | 44 |
| Binary | 100001 | 10011001 | 1011100 | 1001110 | 0 | 101000 | 101000 | 10010110 | 1000001 | 100100 |
Color Harmonies of #21995C
Complementary color
Monochromatic Colors of #21995C
Black with #21995C
Text Example
Text Example
White with #21995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21995C; }
p { color: rgb(33,153,92); }
H1.HeaderClassName
{
color: #21995C;
}
.AnyTagClassName
{
color: #21995C;
}
</style>
background-color css
<style>
a { background-color: #21995C; }
a { background-color: rgb(33,153,92); }
div.DivClassName
{
background-color: #21995C;
}
.BgClassName
{
background-color: #21995C;
}
</style>
border-color css
<style>
span { border-color: #21995C; }
span { border-color: rgb(33,153,92); }
td.TdClassName
{
border-color: #21995C;
}
.TagClassName
{
border-color: #21995C;
}
</style>