Shades of Forest Green #21822E
Tints of Forest Green #21822E
RGB
CMYK
RGB Variations
Color information
#21822E (or 0x21822E) is known color: Forest Green. HEX triplet: 21, 82 and 2E. RGB value is (33,130,46). Sum of RGB (Red+Green+Blue) = 33+130+46=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #21822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21822E is #DE7DD1. Grayscale: #5B5B5B. Windows color (decimal): -14581202 or 3047969. OLE color: 3047969.
HSL color Cylindrical-coordinate representation of color #21822E: hue angle of 128.04º 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 #21822E is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 46 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.49 |
| HSL | 128.04º | 0.6% | 0.32% | - |
| HSV(B) | 128.04º | 0.75% | 0.51% | - |
| XYZ | 9.1 | 16.49 | 5.29 | - |
| YUV | 91.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 46 | 0.75 | 0 | 0.65 | 0.49 | 128.04 | 0.6 | 0.32 |
| Hex | 21 | 82 | 2E | 4B | 0 | 41 | 31 | 80 | 3C | 20 |
| Octal | 41 | 202 | 56 | 113 | 0 | 101 | 61 | 200 | 74 | 40 |
| Binary | 100001 | 10000010 | 101110 | 1001011 | 0 | 1000001 | 110001 | 10000000 | 111100 | 100000 |
Color Harmonies of #21822E
Complementary color
Monochromatic Colors of #21822E
Black with #21822E
Text Example
Text Example
White with #21822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21822E; }
p { color: rgb(33,130,46); }
H1.HeaderClassName
{
color: #21822E;
}
.AnyTagClassName
{
color: #21822E;
}
</style>
background-color css
<style>
a { background-color: #21822E; }
a { background-color: rgb(33,130,46); }
div.DivClassName
{
background-color: #21822E;
}
.BgClassName
{
background-color: #21822E;
}
</style>
border-color css
<style>
span { border-color: #21822E; }
span { border-color: rgb(33,130,46); }
td.TdClassName
{
border-color: #21822E;
}
.TagClassName
{
border-color: #21822E;
}
</style>