Shades of Forest Green #21821D
Tints of Forest Green #21821D
RGB
CMYK
RGB Variations
Color information
#21821D (or 0x21821D) is known color: Forest Green. HEX triplet: 21, 82 and 1D. RGB value is (33,130,29). Sum of RGB (Red+Green+Blue) = 33+130+29=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #21821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21821D is #DE7DE2. Grayscale: #595959. Windows color (decimal): -14581219 or 1933857. OLE color: 1933857.
HSL color Cylindrical-coordinate representation of color #21821D: hue angle of 117.62º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21821D is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 29 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.49 |
| HSL | 117.62º | 0.64% | 0.31% | - |
| HSV(B) | 117.62º | 0.78% | 0.51% | - |
| XYZ | 8.83 | 16.38 | 3.86 | - |
| YUV | 89.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 29 | 0.75 | 0 | 0.78 | 0.49 | 117.62 | 0.64 | 0.31 |
| Hex | 21 | 82 | 1D | 4B | 0 | 4E | 31 | 76 | 40 | 1F |
| Octal | 41 | 202 | 35 | 113 | 0 | 116 | 61 | 166 | 100 | 37 |
| Binary | 100001 | 10000010 | 11101 | 1001011 | 0 | 1001110 | 110001 | 1110110 | 1000000 | 11111 |
Color Harmonies of #21821D
Complementary color
Monochromatic Colors of #21821D
Black with #21821D
Text Example
Text Example
White with #21821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21821D; }
p { color: rgb(33,130,29); }
H1.HeaderClassName
{
color: #21821D;
}
.AnyTagClassName
{
color: #21821D;
}
</style>
background-color css
<style>
a { background-color: #21821D; }
a { background-color: rgb(33,130,29); }
div.DivClassName
{
background-color: #21821D;
}
.BgClassName
{
background-color: #21821D;
}
</style>
border-color css
<style>
span { border-color: #21821D; }
span { border-color: rgb(33,130,29); }
td.TdClassName
{
border-color: #21821D;
}
.TagClassName
{
border-color: #21821D;
}
</style>