Shades of Forest Green #21852B
Tints of Forest Green #21852B
RGB
CMYK
RGB Variations
Color information
#21852B (or 0x21852B) is known color: Forest Green. HEX triplet: 21, 85 and 2B. RGB value is (33,133,43). Sum of RGB (Red+Green+Blue) = 33+133+43=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #21852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21852B is #DE7AD4. Grayscale: #5D5D5D. Windows color (decimal): -14580437 or 2852129. OLE color: 2852129.
HSL color Cylindrical-coordinate representation of color #21852B: hue angle of 126º 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 #21852B is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 43 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.48 |
| HSL | 126º | 0.6% | 0.33% | - |
| HSV(B) | 126º | 0.75% | 0.52% | - |
| XYZ | 9.45 | 17.27 | 5.12 | - |
| YUV | 92.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 43 | 0.75 | 0 | 0.68 | 0.48 | 126 | 0.6 | 0.33 |
| Hex | 21 | 85 | 2B | 4B | 0 | 44 | 30 | 7E | 3C | 21 |
| Octal | 41 | 205 | 53 | 113 | 0 | 104 | 60 | 176 | 74 | 41 |
| Binary | 100001 | 10000101 | 101011 | 1001011 | 0 | 1000100 | 110000 | 1111110 | 111100 | 100001 |
Color Harmonies of #21852B
Complementary color
Monochromatic Colors of #21852B
Black with #21852B
Text Example
Text Example
White with #21852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21852B; }
p { color: rgb(33,133,43); }
H1.HeaderClassName
{
color: #21852B;
}
.AnyTagClassName
{
color: #21852B;
}
</style>
background-color css
<style>
a { background-color: #21852B; }
a { background-color: rgb(33,133,43); }
div.DivClassName
{
background-color: #21852B;
}
.BgClassName
{
background-color: #21852B;
}
</style>
border-color css
<style>
span { border-color: #21852B; }
span { border-color: rgb(33,133,43); }
td.TdClassName
{
border-color: #21852B;
}
.TagClassName
{
border-color: #21852B;
}
</style>