Shades of Forest Green #21852F
Tints of Forest Green #21852F
RGB
CMYK
RGB Variations
Color information
#21852F (or 0x21852F) is known color: Forest Green. HEX triplet: 21, 85 and 2F. RGB value is (33,133,47). Sum of RGB (Red+Green+Blue) = 33+133+47=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #21852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21852F is #DE7AD0. Grayscale: #5D5D5D. Windows color (decimal): -14580433 or 3114273. OLE color: 3114273.
HSL color Cylindrical-coordinate representation of color #21852F: hue angle of 128.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21852F is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 47 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.48 |
| HSL | 128.4º | 0.6% | 0.33% | - |
| HSV(B) | 128.4º | 0.75% | 0.52% | - |
| XYZ | 9.53 | 17.3 | 5.53 | - |
| YUV | 93.3 | 101.87 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 47 | 0.75 | 0 | 0.65 | 0.48 | 128.4 | 0.6 | 0.33 |
| Hex | 21 | 85 | 2F | 4B | 0 | 41 | 30 | 80 | 3C | 21 |
| Octal | 41 | 205 | 57 | 113 | 0 | 101 | 60 | 200 | 74 | 41 |
| Binary | 100001 | 10000101 | 101111 | 1001011 | 0 | 1000001 | 110000 | 10000000 | 111100 | 100001 |
Color Harmonies of #21852F
Complementary color
Monochromatic Colors of #21852F
Black with #21852F
Text Example
Text Example
White with #21852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21852F; }
p { color: rgb(33,133,47); }
H1.HeaderClassName
{
color: #21852F;
}
.AnyTagClassName
{
color: #21852F;
}
</style>
background-color css
<style>
a { background-color: #21852F; }
a { background-color: rgb(33,133,47); }
div.DivClassName
{
background-color: #21852F;
}
.BgClassName
{
background-color: #21852F;
}
</style>
border-color css
<style>
span { border-color: #21852F; }
span { border-color: rgb(33,133,47); }
td.TdClassName
{
border-color: #21852F;
}
.TagClassName
{
border-color: #21852F;
}
</style>