Shades of Forest Green #21882A
Tints of Forest Green #21882A
RGB
CMYK
RGB Variations
Color information
#21882A (or 0x21882A) is known color: Forest Green. HEX triplet: 21, 88 and 2A. RGB value is (33,136,42). Sum of RGB (Red+Green+Blue) = 33+136+42=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 136 (53.52% from 255 or 64.45% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 136 - color contains mainly: green. Hex color #21882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21882A is #DE77D5. Grayscale: #5E5E5E. Windows color (decimal): -14579670 or 2787361. OLE color: 2787361.
HSL color Cylindrical-coordinate representation of color #21882A: hue angle of 125.24º 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 #21882A is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 42 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.47 |
| HSL | 125.24º | 0.61% | 0.33% | - |
| HSV(B) | 125.24º | 0.76% | 0.53% | - |
| XYZ | 9.85 | 18.1 | 5.16 | - |
| YUV | 94.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 42 | 0.76 | 0 | 0.69 | 0.47 | 125.24 | 0.61 | 0.33 |
| Hex | 21 | 88 | 2A | 4C | 0 | 45 | 2F | 7D | 3D | 21 |
| Octal | 41 | 210 | 52 | 114 | 0 | 105 | 57 | 175 | 75 | 41 |
| Binary | 100001 | 10001000 | 101010 | 1001100 | 0 | 1000101 | 101111 | 1111101 | 111101 | 100001 |
Color Harmonies of #21882A
Complementary color
Monochromatic Colors of #21882A
Black with #21882A
Text Example
Text Example
White with #21882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21882A; }
p { color: rgb(33,136,42); }
H1.HeaderClassName
{
color: #21882A;
}
.AnyTagClassName
{
color: #21882A;
}
</style>
background-color css
<style>
a { background-color: #21882A; }
a { background-color: rgb(33,136,42); }
div.DivClassName
{
background-color: #21882A;
}
.BgClassName
{
background-color: #21882A;
}
</style>
border-color css
<style>
span { border-color: #21882A; }
span { border-color: rgb(33,136,42); }
td.TdClassName
{
border-color: #21882A;
}
.TagClassName
{
border-color: #21882A;
}
</style>