Shades of Forest Green #21970D
Tints of Forest Green #21970D
RGB
CMYK
RGB Variations
Color information
#21970D (or 0x21970D) is known color: Forest Green. HEX triplet: 21, 97 and 0D. RGB value is (33,151,13). Sum of RGB (Red+Green+Blue) = 33+151+13=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 151 (59.38% from 255 or 76.65% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 151 - color contains mainly: green. Hex color #21970D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21970D is #DE68F2. Grayscale: #646464. Windows color (decimal): -14575859 or 890657. OLE color: 890657.
HSL color Cylindrical-coordinate representation of color #21970D: hue angle of 111.3º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21970D is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 151 | 13 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.41 |
| HSL | 111.3º | 0.84% | 0.32% | - |
| HSV(B) | 111.3º | 0.91% | 0.59% | - |
| XYZ | 11.77 | 22.49 | 4.1 | - |
| YUV | 99.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 13 | 0.78 | 0 | 0.91 | 0.41 | 111.3 | 0.84 | 0.32 |
| Hex | 21 | 97 | D | 4E | 0 | 5B | 29 | 6F | 54 | 20 |
| Octal | 41 | 227 | 15 | 116 | 0 | 133 | 51 | 157 | 124 | 40 |
| Binary | 100001 | 10010111 | 1101 | 1001110 | 0 | 1011011 | 101001 | 1101111 | 1010100 | 100000 |
Color Harmonies of #21970D
Complementary color
Monochromatic Colors of #21970D
Black with #21970D
Text Example
Text Example
White with #21970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21970D; }
p { color: rgb(33,151,13); }
H1.HeaderClassName
{
color: #21970D;
}
.AnyTagClassName
{
color: #21970D;
}
</style>
background-color css
<style>
a { background-color: #21970D; }
a { background-color: rgb(33,151,13); }
div.DivClassName
{
background-color: #21970D;
}
.BgClassName
{
background-color: #21970D;
}
</style>
border-color css
<style>
span { border-color: #21970D; }
span { border-color: rgb(33,151,13); }
td.TdClassName
{
border-color: #21970D;
}
.TagClassName
{
border-color: #21970D;
}
</style>