Shades of Forest Green #21851F
Tints of Forest Green #21851F
RGB
CMYK
RGB Variations
Color information
#21851F (or 0x21851F) is known color: Forest Green. HEX triplet: 21, 85 and 1F. RGB value is (33,133,31). Sum of RGB (Red+Green+Blue) = 33+133+31=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #21851F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21851F is #DE7AE0. Grayscale: #5B5B5B. Windows color (decimal): -14580449 or 2065697. OLE color: 2065697.
HSL color Cylindrical-coordinate representation of color #21851F: hue angle of 118.82º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21851F is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 31 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.48 |
| HSL | 118.82º | 0.62% | 0.32% | - |
| HSV(B) | 118.82º | 0.77% | 0.52% | - |
| XYZ | 9.26 | 17.2 | 4.13 | - |
| YUV | 91.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 31 | 0.75 | 0 | 0.77 | 0.48 | 118.82 | 0.62 | 0.32 |
| Hex | 21 | 85 | 1F | 4B | 0 | 4D | 30 | 77 | 3E | 20 |
| Octal | 41 | 205 | 37 | 113 | 0 | 115 | 60 | 167 | 76 | 40 |
| Binary | 100001 | 10000101 | 11111 | 1001011 | 0 | 1001101 | 110000 | 1110111 | 111110 | 100000 |
Color Harmonies of #21851F
Complementary color
Monochromatic Colors of #21851F
Black with #21851F
Text Example
Text Example
White with #21851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21851F; }
p { color: rgb(33,133,31); }
H1.HeaderClassName
{
color: #21851F;
}
.AnyTagClassName
{
color: #21851F;
}
</style>
background-color css
<style>
a { background-color: #21851F; }
a { background-color: rgb(33,133,31); }
div.DivClassName
{
background-color: #21851F;
}
.BgClassName
{
background-color: #21851F;
}
</style>
border-color css
<style>
span { border-color: #21851F; }
span { border-color: rgb(33,133,31); }
td.TdClassName
{
border-color: #21851F;
}
.TagClassName
{
border-color: #21851F;
}
</style>