Shades of Forest Green #21931B
Tints of Forest Green #21931B
RGB
CMYK
RGB Variations
Color information
#21931B (or 0x21931B) is known color: Forest Green. HEX triplet: 21, 93 and 1B. RGB value is (33,147,27). Sum of RGB (Red+Green+Blue) = 33+147+27=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 147 (57.81% from 255 or 71.01% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 147 - color contains mainly: green. Hex color #21931B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21931B is #DE6CE4. Grayscale: #636363. Windows color (decimal): -14576869 or 1807137. OLE color: 1807137.
HSL color Cylindrical-coordinate representation of color #21931B: hue angle of 117º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21931B is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 147 | 27 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.42 |
| HSL | 117º | 0.69% | 0.34% | - |
| HSV(B) | 117º | 0.82% | 0.58% | - |
| XYZ | 11.26 | 21.27 | 4.55 | - |
| YUV | 99.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 27 | 0.78 | 0 | 0.82 | 0.42 | 117 | 0.69 | 0.34 |
| Hex | 21 | 93 | 1B | 4E | 0 | 52 | 2A | 75 | 45 | 22 |
| Octal | 41 | 223 | 33 | 116 | 0 | 122 | 52 | 165 | 105 | 42 |
| Binary | 100001 | 10010011 | 11011 | 1001110 | 0 | 1010010 | 101010 | 1110101 | 1000101 | 100010 |
Color Harmonies of #21931B
Complementary color
Monochromatic Colors of #21931B
Black with #21931B
Text Example
Text Example
White with #21931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21931B; }
p { color: rgb(33,147,27); }
H1.HeaderClassName
{
color: #21931B;
}
.AnyTagClassName
{
color: #21931B;
}
</style>
background-color css
<style>
a { background-color: #21931B; }
a { background-color: rgb(33,147,27); }
div.DivClassName
{
background-color: #21931B;
}
.BgClassName
{
background-color: #21931B;
}
</style>
border-color css
<style>
span { border-color: #21931B; }
span { border-color: rgb(33,147,27); }
td.TdClassName
{
border-color: #21931B;
}
.TagClassName
{
border-color: #21931B;
}
</style>