Shades of Forest Green #21882F
Tints of Forest Green #21882F
RGB
CMYK
RGB Variations
Color information
#21882F (or 0x21882F) is known color: Forest Green. HEX triplet: 21, 88 and 2F. RGB value is (33,136,47). Sum of RGB (Red+Green+Blue) = 33+136+47=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 136 (53.52% from 255 or 62.96% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 136 - color contains mainly: green. Hex color #21882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21882F is #DE77D0. Grayscale: #5F5F5F. Windows color (decimal): -14579665 or 3115041. OLE color: 3115041.
HSL color Cylindrical-coordinate representation of color #21882F: hue angle of 128.16º 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 #21882F is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 47 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.47 |
| HSL | 128.16º | 0.61% | 0.33% | - |
| HSV(B) | 128.16º | 0.76% | 0.53% | - |
| XYZ | 9.94 | 18.14 | 5.67 | - |
| YUV | 95.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 47 | 0.76 | 0 | 0.65 | 0.47 | 128.16 | 0.61 | 0.33 |
| Hex | 21 | 88 | 2F | 4C | 0 | 41 | 2F | 80 | 3D | 21 |
| Octal | 41 | 210 | 57 | 114 | 0 | 101 | 57 | 200 | 75 | 41 |
| Binary | 100001 | 10001000 | 101111 | 1001100 | 0 | 1000001 | 101111 | 10000000 | 111101 | 100001 |
Color Harmonies of #21882F
Complementary color
Monochromatic Colors of #21882F
Black with #21882F
Text Example
Text Example
White with #21882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21882F; }
p { color: rgb(33,136,47); }
H1.HeaderClassName
{
color: #21882F;
}
.AnyTagClassName
{
color: #21882F;
}
</style>
background-color css
<style>
a { background-color: #21882F; }
a { background-color: rgb(33,136,47); }
div.DivClassName
{
background-color: #21882F;
}
.BgClassName
{
background-color: #21882F;
}
</style>
border-color css
<style>
span { border-color: #21882F; }
span { border-color: rgb(33,136,47); }
td.TdClassName
{
border-color: #21882F;
}
.TagClassName
{
border-color: #21882F;
}
</style>