Shades of Forest Green #21851C
Tints of Forest Green #21851C
RGB
CMYK
RGB Variations
Color information
#21851C (or 0x21851C) is known color: Forest Green. HEX triplet: 21, 85 and 1C. RGB value is (33,133,28). Sum of RGB (Red+Green+Blue) = 33+133+28=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #21851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21851C is #DE7AE3. Grayscale: #5B5B5B. Windows color (decimal): -14580452 or 1869089. OLE color: 1869089.
HSL color Cylindrical-coordinate representation of color #21851C: hue angle of 117.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21851C is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 28 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.48 |
| HSL | 117.14º | 0.65% | 0.32% | - |
| HSV(B) | 117.14º | 0.79% | 0.52% | - |
| XYZ | 9.22 | 17.18 | 3.93 | - |
| YUV | 91.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 28 | 0.75 | 0 | 0.79 | 0.48 | 117.14 | 0.65 | 0.32 |
| Hex | 21 | 85 | 1C | 4B | 0 | 4F | 30 | 75 | 41 | 20 |
| Octal | 41 | 205 | 34 | 113 | 0 | 117 | 60 | 165 | 101 | 40 |
| Binary | 100001 | 10000101 | 11100 | 1001011 | 0 | 1001111 | 110000 | 1110101 | 1000001 | 100000 |
Color Harmonies of #21851C
Complementary color
Monochromatic Colors of #21851C
Black with #21851C
Text Example
Text Example
White with #21851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21851C; }
p { color: rgb(33,133,28); }
H1.HeaderClassName
{
color: #21851C;
}
.AnyTagClassName
{
color: #21851C;
}
</style>
background-color css
<style>
a { background-color: #21851C; }
a { background-color: rgb(33,133,28); }
div.DivClassName
{
background-color: #21851C;
}
.BgClassName
{
background-color: #21851C;
}
</style>
border-color css
<style>
span { border-color: #21851C; }
span { border-color: rgb(33,133,28); }
td.TdClassName
{
border-color: #21851C;
}
.TagClassName
{
border-color: #21851C;
}
</style>