Shades of Forest Green #21822F
Tints of Forest Green #21822F
RGB
CMYK
RGB Variations
Color information
#21822F (or 0x21822F) is known color: Forest Green. HEX triplet: 21, 82 and 2F. RGB value is (33,130,47). Sum of RGB (Red+Green+Blue) = 33+130+47=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #21822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21822F is #DE7DD0. Grayscale: #5B5B5B. Windows color (decimal): -14581201 or 3113505. OLE color: 3113505.
HSL color Cylindrical-coordinate representation of color #21822F: hue angle of 128.66º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21822F is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 47 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.49 |
| HSL | 128.66º | 0.6% | 0.32% | - |
| HSV(B) | 128.66º | 0.75% | 0.51% | - |
| XYZ | 9.12 | 16.49 | 5.39 | - |
| YUV | 91.54 | 102.86 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 47 | 0.75 | 0 | 0.64 | 0.49 | 128.66 | 0.6 | 0.32 |
| Hex | 21 | 82 | 2F | 4B | 0 | 40 | 31 | 81 | 3C | 20 |
| Octal | 41 | 202 | 57 | 113 | 0 | 100 | 61 | 201 | 74 | 40 |
| Binary | 100001 | 10000010 | 101111 | 1001011 | 0 | 1000000 | 110001 | 10000001 | 111100 | 100000 |
Color Harmonies of #21822F
Complementary color
Monochromatic Colors of #21822F
Black with #21822F
Text Example
Text Example
White with #21822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21822F; }
p { color: rgb(33,130,47); }
H1.HeaderClassName
{
color: #21822F;
}
.AnyTagClassName
{
color: #21822F;
}
</style>
background-color css
<style>
a { background-color: #21822F; }
a { background-color: rgb(33,130,47); }
div.DivClassName
{
background-color: #21822F;
}
.BgClassName
{
background-color: #21822F;
}
</style>
border-color css
<style>
span { border-color: #21822F; }
span { border-color: rgb(33,130,47); }
td.TdClassName
{
border-color: #21822F;
}
.TagClassName
{
border-color: #21822F;
}
</style>