Shades of Forest Green #21871B
Tints of Forest Green #21871B
RGB
CMYK
RGB Variations
Color information
#21871B (or 0x21871B) is known color: Forest Green. HEX triplet: 21, 87 and 1B. RGB value is (33,135,27). Sum of RGB (Red+Green+Blue) = 33+135+27=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 135 (53.12% from 255 or 69.23% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 135 - color contains mainly: green. Hex color #21871B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21871B is #DE78E4. Grayscale: #5C5C5C. Windows color (decimal): -14579941 or 1804065. OLE color: 1804065.
HSL color Cylindrical-coordinate representation of color #21871B: hue angle of 116.67º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21871B is Cyan = 0.76, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 27 | - |
| CMYK | 0.76 | 0 | 0.8 | 0.47 |
| HSL | 116.67º | 0.67% | 0.32% | - |
| HSV(B) | 116.67º | 0.8% | 0.53% | - |
| XYZ | 9.49 | 17.73 | 3.96 | - |
| YUV | 92.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 27 | 0.76 | 0 | 0.8 | 0.47 | 116.67 | 0.67 | 0.32 |
| Hex | 21 | 87 | 1B | 4C | 0 | 50 | 2F | 75 | 43 | 20 |
| Octal | 41 | 207 | 33 | 114 | 0 | 120 | 57 | 165 | 103 | 40 |
| Binary | 100001 | 10000111 | 11011 | 1001100 | 0 | 1010000 | 101111 | 1110101 | 1000011 | 100000 |
Color Harmonies of #21871B
Complementary color
Monochromatic Colors of #21871B
Black with #21871B
Text Example
Text Example
White with #21871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21871B; }
p { color: rgb(33,135,27); }
H1.HeaderClassName
{
color: #21871B;
}
.AnyTagClassName
{
color: #21871B;
}
</style>
background-color css
<style>
a { background-color: #21871B; }
a { background-color: rgb(33,135,27); }
div.DivClassName
{
background-color: #21871B;
}
.BgClassName
{
background-color: #21871B;
}
</style>
border-color css
<style>
span { border-color: #21871B; }
span { border-color: rgb(33,135,27); }
td.TdClassName
{
border-color: #21871B;
}
.TagClassName
{
border-color: #21871B;
}
</style>