Shades of Forest Green #21822B
Tints of Forest Green #21822B
RGB
CMYK
RGB Variations
Color information
#21822B (or 0x21822B) is known color: Forest Green. HEX triplet: 21, 82 and 2B. RGB value is (33,130,43). Sum of RGB (Red+Green+Blue) = 33+130+43=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #21822B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21822B is #DE7DD4. Grayscale: #5B5B5B. Windows color (decimal): -14581205 or 2851361. OLE color: 2851361.
HSL color Cylindrical-coordinate representation of color #21822B: hue angle of 126.19º 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 #21822B is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 43 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.49 |
| HSL | 126.19º | 0.6% | 0.32% | - |
| HSV(B) | 126.19º | 0.75% | 0.51% | - |
| XYZ | 9.05 | 16.46 | 4.99 | - |
| YUV | 91.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 43 | 0.75 | 0 | 0.67 | 0.49 | 126.19 | 0.6 | 0.32 |
| Hex | 21 | 82 | 2B | 4B | 0 | 43 | 31 | 7E | 3C | 20 |
| Octal | 41 | 202 | 53 | 113 | 0 | 103 | 61 | 176 | 74 | 40 |
| Binary | 100001 | 10000010 | 101011 | 1001011 | 0 | 1000011 | 110001 | 1111110 | 111100 | 100000 |
Color Harmonies of #21822B
Complementary color
Monochromatic Colors of #21822B
Black with #21822B
Text Example
Text Example
White with #21822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21822B; }
p { color: rgb(33,130,43); }
H1.HeaderClassName
{
color: #21822B;
}
.AnyTagClassName
{
color: #21822B;
}
</style>
background-color css
<style>
a { background-color: #21822B; }
a { background-color: rgb(33,130,43); }
div.DivClassName
{
background-color: #21822B;
}
.BgClassName
{
background-color: #21822B;
}
</style>
border-color css
<style>
span { border-color: #21822B; }
span { border-color: rgb(33,130,43); }
td.TdClassName
{
border-color: #21822B;
}
.TagClassName
{
border-color: #21822B;
}
</style>