Shades of Forest Green #21A13B
Tints of Forest Green #21A13B
RGB
CMYK
RGB Variations
Color information
#21A13B (or 0x21A13B) is known color: Forest Green. HEX triplet: 21, A1 and 3B. RGB value is (33,161,59). Sum of RGB (Red+Green+Blue) = 33+161+59=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 161 (63.28% from 255 or 63.64% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 161 - color contains mainly: green. Hex color #21A13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A13B is #DE5EC4. Grayscale: #6F6F6F. Windows color (decimal): -14573253 or 3907873. OLE color: 3907873.
HSL color Cylindrical-coordinate representation of color #21A13B: hue angle of 132.19º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A13B is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 59 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.37 |
| HSL | 132.19º | 0.66% | 0.38% | - |
| HSV(B) | 132.19º | 0.8% | 0.63% | - |
| XYZ | 14.16 | 26.13 | 8.43 | - |
| YUV | 111.1 | 98.59 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 59 | 0.80 | 0 | 0.63 | 0.37 | 132.19 | 0.66 | 0.38 |
| Hex | 21 | A1 | 3B | 50 | 0 | 3F | 25 | 84 | 42 | 26 |
| Octal | 41 | 241 | 73 | 120 | 0 | 77 | 45 | 204 | 102 | 46 |
| Binary | 100001 | 10100001 | 111011 | 1010000 | 0 | 111111 | 100101 | 10000100 | 1000010 | 100110 |
Color Harmonies of #21A13B
Complementary color
Monochromatic Colors of #21A13B
Black with #21A13B
Text Example
Text Example
White with #21A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A13B; }
p { color: rgb(33,161,59); }
H1.HeaderClassName
{
color: #21A13B;
}
.AnyTagClassName
{
color: #21A13B;
}
</style>
background-color css
<style>
a { background-color: #21A13B; }
a { background-color: rgb(33,161,59); }
div.DivClassName
{
background-color: #21A13B;
}
.BgClassName
{
background-color: #21A13B;
}
</style>
border-color css
<style>
span { border-color: #21A13B; }
span { border-color: rgb(33,161,59); }
td.TdClassName
{
border-color: #21A13B;
}
.TagClassName
{
border-color: #21A13B;
}
</style>