Shades of Forest Green #21832C
Tints of Forest Green #21832C
RGB
CMYK
RGB Variations
Color information
#21832C (or 0x21832C) is known color: Forest Green. HEX triplet: 21, 83 and 2C. RGB value is (33,131,44). Sum of RGB (Red+Green+Blue) = 33+131+44=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 131 (51.56% from 255 or 62.98% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 131 - color contains mainly: green. Hex color #21832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21832C is #DE7CD3. Grayscale: #5C5C5C. Windows color (decimal): -14580948 or 2917153. OLE color: 2917153.
HSL color Cylindrical-coordinate representation of color #21832C: hue angle of 126.73º 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 #21832C is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 44 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.49 |
| HSL | 126.73º | 0.6% | 0.32% | - |
| HSV(B) | 126.73º | 0.75% | 0.51% | - |
| XYZ | 9.2 | 16.74 | 5.13 | - |
| YUV | 91.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 44 | 0.75 | 0 | 0.66 | 0.49 | 126.73 | 0.6 | 0.32 |
| Hex | 21 | 83 | 2C | 4B | 0 | 42 | 31 | 7F | 3C | 20 |
| Octal | 41 | 203 | 54 | 113 | 0 | 102 | 61 | 177 | 74 | 40 |
| Binary | 100001 | 10000011 | 101100 | 1001011 | 0 | 1000010 | 110001 | 1111111 | 111100 | 100000 |
Color Harmonies of #21832C
Complementary color
Monochromatic Colors of #21832C
Black with #21832C
Text Example
Text Example
White with #21832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21832C; }
p { color: rgb(33,131,44); }
H1.HeaderClassName
{
color: #21832C;
}
.AnyTagClassName
{
color: #21832C;
}
</style>
background-color css
<style>
a { background-color: #21832C; }
a { background-color: rgb(33,131,44); }
div.DivClassName
{
background-color: #21832C;
}
.BgClassName
{
background-color: #21832C;
}
</style>
border-color css
<style>
span { border-color: #21832C; }
span { border-color: rgb(33,131,44); }
td.TdClassName
{
border-color: #21832C;
}
.TagClassName
{
border-color: #21832C;
}
</style>