Shades of Forest Green #21842B
Tints of Forest Green #21842B
RGB
CMYK
RGB Variations
Color information
#21842B (or 0x21842B) is known color: Forest Green. HEX triplet: 21, 84 and 2B. RGB value is (33,132,43). Sum of RGB (Red+Green+Blue) = 33+132+43=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #21842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21842B is #DE7BD4. Grayscale: #5C5C5C. Windows color (decimal): -14580693 or 2851873. OLE color: 2851873.
HSL color Cylindrical-coordinate representation of color #21842B: hue angle of 126.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21842B is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 43 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.48 |
| HSL | 126.06º | 0.6% | 0.32% | - |
| HSV(B) | 126.06º | 0.75% | 0.52% | - |
| XYZ | 9.31 | 17 | 5.08 | - |
| YUV | 92.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 43 | 0.75 | 0 | 0.67 | 0.48 | 126.06 | 0.6 | 0.32 |
| Hex | 21 | 84 | 2B | 4B | 0 | 43 | 30 | 7E | 3C | 20 |
| Octal | 41 | 204 | 53 | 113 | 0 | 103 | 60 | 176 | 74 | 40 |
| Binary | 100001 | 10000100 | 101011 | 1001011 | 0 | 1000011 | 110000 | 1111110 | 111100 | 100000 |
Color Harmonies of #21842B
Complementary color
Monochromatic Colors of #21842B
Black with #21842B
Text Example
Text Example
White with #21842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21842B; }
p { color: rgb(33,132,43); }
H1.HeaderClassName
{
color: #21842B;
}
.AnyTagClassName
{
color: #21842B;
}
</style>
background-color css
<style>
a { background-color: #21842B; }
a { background-color: rgb(33,132,43); }
div.DivClassName
{
background-color: #21842B;
}
.BgClassName
{
background-color: #21842B;
}
</style>
border-color css
<style>
span { border-color: #21842B; }
span { border-color: rgb(33,132,43); }
td.TdClassName
{
border-color: #21842B;
}
.TagClassName
{
border-color: #21842B;
}
</style>