Shades of Forest Green #2B921C
Tints of Forest Green #2B921C
RGB
CMYK
RGB Variations
Color information
#2B921C (or 0x2B921C) is known color: Forest Green. HEX triplet: 2B, 92 and 1C. RGB value is (43,146,28). Sum of RGB (Red+Green+Blue) = 43+146+28=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 146 (57.42% from 255 or 67.28% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 146 - color contains mainly: green. Hex color #2B921C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B921C is #D46DE3. Grayscale: #666666. Windows color (decimal): -13921764 or 1872427. OLE color: 1872427.
HSL color Cylindrical-coordinate representation of color #2B921C: hue angle of 112.37º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B921C is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 28 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.43 |
| HSL | 112.37º | 0.68% | 0.34% | - |
| HSV(B) | 112.37º | 0.81% | 0.57% | - |
| XYZ | 11.48 | 21.16 | 4.58 | - |
| YUV | 101.75 | 86.38 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 28 | 0.71 | 0 | 0.81 | 0.43 | 112.37 | 0.68 | 0.34 |
| Hex | 2B | 92 | 1C | 47 | 0 | 51 | 2B | 70 | 44 | 22 |
| Octal | 53 | 222 | 34 | 107 | 0 | 121 | 53 | 160 | 104 | 42 |
| Binary | 101011 | 10010010 | 11100 | 1000111 | 0 | 1010001 | 101011 | 1110000 | 1000100 | 100010 |
Color Harmonies of #2B921C
Complementary color
Monochromatic Colors of #2B921C
Black with #2B921C
Text Example
Text Example
White with #2B921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B921C; }
p { color: rgb(43,146,28); }
H1.HeaderClassName
{
color: #2B921C;
}
.AnyTagClassName
{
color: #2B921C;
}
</style>
background-color css
<style>
a { background-color: #2B921C; }
a { background-color: rgb(43,146,28); }
div.DivClassName
{
background-color: #2B921C;
}
.BgClassName
{
background-color: #2B921C;
}
</style>
border-color css
<style>
span { border-color: #2B921C; }
span { border-color: rgb(43,146,28); }
td.TdClassName
{
border-color: #2B921C;
}
.TagClassName
{
border-color: #2B921C;
}
</style>