Shades of Forest Green #2B920C
Tints of Forest Green #2B920C
RGB
CMYK
RGB Variations
Color information
#2B920C (or 0x2B920C) is known color: Forest Green. HEX triplet: 2B, 92 and 0C. RGB value is (43,146,12). Sum of RGB (Red+Green+Blue) = 43+146+12=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 146 (57.42% from 255 or 72.64% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 146 - color contains mainly: green. Hex color #2B920C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B920C is #D46DF3. Grayscale: #646464. Windows color (decimal): -13921780 or 823851. OLE color: 823851.
HSL color Cylindrical-coordinate representation of color #2B920C: hue angle of 106.12º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B920C is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 12 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.43 |
| HSL | 106.12º | 0.85% | 0.31% | - |
| HSV(B) | 106.12º | 0.92% | 0.57% | - |
| XYZ | 11.34 | 21.1 | 3.82 | - |
| YUV | 99.93 | 78.38 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 12 | 0.71 | 0 | 0.92 | 0.43 | 106.12 | 0.85 | 0.31 |
| Hex | 2B | 92 | C | 47 | 0 | 5C | 2B | 6A | 55 | 1F |
| Octal | 53 | 222 | 14 | 107 | 0 | 134 | 53 | 152 | 125 | 37 |
| Binary | 101011 | 10010010 | 1100 | 1000111 | 0 | 1011100 | 101011 | 1101010 | 1010101 | 11111 |
Color Harmonies of #2B920C
Complementary color
Monochromatic Colors of #2B920C
Black with #2B920C
Text Example
Text Example
White with #2B920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B920C; }
p { color: rgb(43,146,12); }
H1.HeaderClassName
{
color: #2B920C;
}
.AnyTagClassName
{
color: #2B920C;
}
</style>
background-color css
<style>
a { background-color: #2B920C; }
a { background-color: rgb(43,146,12); }
div.DivClassName
{
background-color: #2B920C;
}
.BgClassName
{
background-color: #2B920C;
}
</style>
border-color css
<style>
span { border-color: #2B920C; }
span { border-color: rgb(43,146,12); }
td.TdClassName
{
border-color: #2B920C;
}
.TagClassName
{
border-color: #2B920C;
}
</style>