Shades of Forest Green #20961B
Tints of Forest Green #20961B
RGB
CMYK
RGB Variations
Color information
#20961B (or 0x20961B) is known color: Forest Green. HEX triplet: 20, 96 and 1B. RGB value is (32,150,27). Sum of RGB (Red+Green+Blue) = 32+150+27=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 150 (58.98% from 255 or 71.77% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 150 - color contains mainly: green. Hex color #20961B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20961B is #DF69E4. Grayscale: #656565. Windows color (decimal): -14641637 or 1807904. OLE color: 1807904.
HSL color Cylindrical-coordinate representation of color #20961B: hue angle of 117.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20961B is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 27 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.41 |
| HSL | 117.56º | 0.69% | 0.35% | - |
| HSV(B) | 117.56º | 0.82% | 0.59% | - |
| XYZ | 11.7 | 22.2 | 4.71 | - |
| YUV | 100.7 | 86.41 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 27 | 0.79 | 0 | 0.82 | 0.41 | 117.56 | 0.69 | 0.35 |
| Hex | 20 | 96 | 1B | 4F | 0 | 52 | 29 | 76 | 45 | 23 |
| Octal | 40 | 226 | 33 | 117 | 0 | 122 | 51 | 166 | 105 | 43 |
| Binary | 100000 | 10010110 | 11011 | 1001111 | 0 | 1010010 | 101001 | 1110110 | 1000101 | 100011 |
Color Harmonies of #20961B
Complementary color
Monochromatic Colors of #20961B
Black with #20961B
Text Example
Text Example
White with #20961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20961B; }
p { color: rgb(32,150,27); }
H1.HeaderClassName
{
color: #20961B;
}
.AnyTagClassName
{
color: #20961B;
}
</style>
background-color css
<style>
a { background-color: #20961B; }
a { background-color: rgb(32,150,27); }
div.DivClassName
{
background-color: #20961B;
}
.BgClassName
{
background-color: #20961B;
}
</style>
border-color css
<style>
span { border-color: #20961B; }
span { border-color: rgb(32,150,27); }
td.TdClassName
{
border-color: #20961B;
}
.TagClassName
{
border-color: #20961B;
}
</style>