Shades of Forest Green #21852D
Tints of Forest Green #21852D
RGB
CMYK
RGB Variations
Color information
#21852D (or 0x21852D) is known color: Forest Green. HEX triplet: 21, 85 and 2D. RGB value is (33,133,45). Sum of RGB (Red+Green+Blue) = 33+133+45=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #21852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21852D is #DE7AD2. Grayscale: #5D5D5D. Windows color (decimal): -14580435 or 2983201. OLE color: 2983201.
HSL color Cylindrical-coordinate representation of color #21852D: hue angle of 127.2º 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 #21852D is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 45 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.48 |
| HSL | 127.2º | 0.6% | 0.33% | - |
| HSV(B) | 127.2º | 0.75% | 0.52% | - |
| XYZ | 9.49 | 17.29 | 5.32 | - |
| YUV | 93.07 | 100.87 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 45 | 0.75 | 0 | 0.66 | 0.48 | 127.2 | 0.6 | 0.33 |
| Hex | 21 | 85 | 2D | 4B | 0 | 42 | 30 | 7F | 3C | 21 |
| Octal | 41 | 205 | 55 | 113 | 0 | 102 | 60 | 177 | 74 | 41 |
| Binary | 100001 | 10000101 | 101101 | 1001011 | 0 | 1000010 | 110000 | 1111111 | 111100 | 100001 |
Color Harmonies of #21852D
Complementary color
Monochromatic Colors of #21852D
Black with #21852D
Text Example
Text Example
White with #21852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21852D; }
p { color: rgb(33,133,45); }
H1.HeaderClassName
{
color: #21852D;
}
.AnyTagClassName
{
color: #21852D;
}
</style>
background-color css
<style>
a { background-color: #21852D; }
a { background-color: rgb(33,133,45); }
div.DivClassName
{
background-color: #21852D;
}
.BgClassName
{
background-color: #21852D;
}
</style>
border-color css
<style>
span { border-color: #21852D; }
span { border-color: rgb(33,133,45); }
td.TdClassName
{
border-color: #21852D;
}
.TagClassName
{
border-color: #21852D;
}
</style>