Shades of Forest Green #21A31C
Tints of Forest Green #21A31C
RGB
CMYK
RGB Variations
Color information
#21A31C (or 0x21A31C) is known color: Forest Green. HEX triplet: 21, A3 and 1C. RGB value is (33,163,28). Sum of RGB (Red+Green+Blue) = 33+163+28=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #21A31C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A31C is #DE5CE3. Grayscale: #6D6D6D. Windows color (decimal): -14572772 or 1876769. OLE color: 1876769.
HSL color Cylindrical-coordinate representation of color #21A31C: hue angle of 117.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21A31C is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 28 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.36 |
| HSL | 117.78º | 0.71% | 0.37% | - |
| HSV(B) | 117.78º | 0.83% | 0.64% | - |
| XYZ | 13.93 | 26.6 | 5.5 | - |
| YUV | 108.74 | 82.43 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 28 | 0.80 | 0 | 0.83 | 0.36 | 117.78 | 0.71 | 0.37 |
| Hex | 21 | A3 | 1C | 50 | 0 | 53 | 24 | 76 | 47 | 25 |
| Octal | 41 | 243 | 34 | 120 | 0 | 123 | 44 | 166 | 107 | 45 |
| Binary | 100001 | 10100011 | 11100 | 1010000 | 0 | 1010011 | 100100 | 1110110 | 1000111 | 100101 |
Color Harmonies of #21A31C
Complementary color
Monochromatic Colors of #21A31C
Black with #21A31C
Text Example
Text Example
White with #21A31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A31C; }
p { color: rgb(33,163,28); }
H1.HeaderClassName
{
color: #21A31C;
}
.AnyTagClassName
{
color: #21A31C;
}
</style>
background-color css
<style>
a { background-color: #21A31C; }
a { background-color: rgb(33,163,28); }
div.DivClassName
{
background-color: #21A31C;
}
.BgClassName
{
background-color: #21A31C;
}
</style>
border-color css
<style>
span { border-color: #21A31C; }
span { border-color: rgb(33,163,28); }
td.TdClassName
{
border-color: #21A31C;
}
.TagClassName
{
border-color: #21A31C;
}
</style>