Shades of Forest Green #21962F
Tints of Forest Green #21962F
RGB
CMYK
RGB Variations
Color information
#21962F (or 0x21962F) is known color: Forest Green. HEX triplet: 21, 96 and 2F. RGB value is (33,150,47). Sum of RGB (Red+Green+Blue) = 33+150+47=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #21962F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21962F is #DE69D0. Grayscale: #676767. Windows color (decimal): -14576081 or 3118625. OLE color: 3118625.
HSL color Cylindrical-coordinate representation of color #21962F: hue angle of 127.18º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21962F is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 150 | 47 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.41 |
| HSL | 127.18º | 0.64% | 0.36% | - |
| HSV(B) | 127.18º | 0.78% | 0.59% | - |
| XYZ | 12.05 | 22.34 | 6.37 | - |
| YUV | 103.28 | 96.24 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 47 | 0.78 | 0 | 0.69 | 0.41 | 127.18 | 0.64 | 0.36 |
| Hex | 21 | 96 | 2F | 4E | 0 | 45 | 29 | 7F | 40 | 24 |
| Octal | 41 | 226 | 57 | 116 | 0 | 105 | 51 | 177 | 100 | 44 |
| Binary | 100001 | 10010110 | 101111 | 1001110 | 0 | 1000101 | 101001 | 1111111 | 1000000 | 100100 |
Color Harmonies of #21962F
Complementary color
Monochromatic Colors of #21962F
Black with #21962F
Text Example
Text Example
White with #21962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21962F; }
p { color: rgb(33,150,47); }
H1.HeaderClassName
{
color: #21962F;
}
.AnyTagClassName
{
color: #21962F;
}
</style>
background-color css
<style>
a { background-color: #21962F; }
a { background-color: rgb(33,150,47); }
div.DivClassName
{
background-color: #21962F;
}
.BgClassName
{
background-color: #21962F;
}
</style>
border-color css
<style>
span { border-color: #21962F; }
span { border-color: rgb(33,150,47); }
td.TdClassName
{
border-color: #21962F;
}
.TagClassName
{
border-color: #21962F;
}
</style>