Shades of Forest Green #21993A
Tints of Forest Green #21993A
RGB
CMYK
RGB Variations
Color information
#21993A (or 0x21993A) is known color: Forest Green. HEX triplet: 21, 99 and 3A. RGB value is (33,153,58). Sum of RGB (Red+Green+Blue) = 33+153+58=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #21993A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21993A is #DE66C5. Grayscale: #6A6A6A. Windows color (decimal): -14575302 or 3840289. OLE color: 3840289.
HSL color Cylindrical-coordinate representation of color #21993A: hue angle of 132.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 #21993A is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 58 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.4 |
| HSL | 132.5º | 0.65% | 0.36% | - |
| HSV(B) | 132.5º | 0.78% | 0.6% | - |
| XYZ | 12.78 | 23.41 | 7.85 | - |
| YUV | 106.29 | 100.74 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 58 | 0.78 | 0 | 0.62 | 0.4 | 132.5 | 0.65 | 0.36 |
| Hex | 21 | 99 | 3A | 4E | 0 | 3E | 28 | 84 | 41 | 24 |
| Octal | 41 | 231 | 72 | 116 | 0 | 76 | 50 | 204 | 101 | 44 |
| Binary | 100001 | 10011001 | 111010 | 1001110 | 0 | 111110 | 101000 | 10000100 | 1000001 | 100100 |
Color Harmonies of #21993A
Complementary color
Monochromatic Colors of #21993A
Black with #21993A
Text Example
Text Example
White with #21993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21993A; }
p { color: rgb(33,153,58); }
H1.HeaderClassName
{
color: #21993A;
}
.AnyTagClassName
{
color: #21993A;
}
</style>
background-color css
<style>
a { background-color: #21993A; }
a { background-color: rgb(33,153,58); }
div.DivClassName
{
background-color: #21993A;
}
.BgClassName
{
background-color: #21993A;
}
</style>
border-color css
<style>
span { border-color: #21993A; }
span { border-color: rgb(33,153,58); }
td.TdClassName
{
border-color: #21993A;
}
.TagClassName
{
border-color: #21993A;
}
</style>