Shades of Forest Green #21872D
Tints of Forest Green #21872D
RGB
CMYK
RGB Variations
Color information
#21872D (or 0x21872D) is known color: Forest Green. HEX triplet: 21, 87 and 2D. RGB value is (33,135,45). Sum of RGB (Red+Green+Blue) = 33+135+45=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 135 (53.12% from 255 or 63.38% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 135 - color contains mainly: green. Hex color #21872D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21872D is #DE78D2. Grayscale: #5E5E5E. Windows color (decimal): -14579923 or 2983713. OLE color: 2983713.
HSL color Cylindrical-coordinate representation of color #21872D: hue angle of 127.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21872D is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 45 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.47 |
| HSL | 127.06º | 0.61% | 0.33% | - |
| HSV(B) | 127.06º | 0.76% | 0.53% | - |
| XYZ | 9.76 | 17.84 | 5.41 | - |
| YUV | 94.24 | 100.21 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 45 | 0.76 | 0 | 0.67 | 0.47 | 127.06 | 0.61 | 0.33 |
| Hex | 21 | 87 | 2D | 4C | 0 | 43 | 2F | 7F | 3D | 21 |
| Octal | 41 | 207 | 55 | 114 | 0 | 103 | 57 | 177 | 75 | 41 |
| Binary | 100001 | 10000111 | 101101 | 1001100 | 0 | 1000011 | 101111 | 1111111 | 111101 | 100001 |
Color Harmonies of #21872D
Complementary color
Monochromatic Colors of #21872D
Black with #21872D
Text Example
Text Example
White with #21872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21872D; }
p { color: rgb(33,135,45); }
H1.HeaderClassName
{
color: #21872D;
}
.AnyTagClassName
{
color: #21872D;
}
</style>
background-color css
<style>
a { background-color: #21872D; }
a { background-color: rgb(33,135,45); }
div.DivClassName
{
background-color: #21872D;
}
.BgClassName
{
background-color: #21872D;
}
</style>
border-color css
<style>
span { border-color: #21872D; }
span { border-color: rgb(33,135,45); }
td.TdClassName
{
border-color: #21872D;
}
.TagClassName
{
border-color: #21872D;
}
</style>