Shades of Forest Green #2B940D
Tints of Forest Green #2B940D
RGB
CMYK
RGB Variations
Color information
#2B940D (or 0x2B940D) is known color: Forest Green. HEX triplet: 2B, 94 and 0D. RGB value is (43,148,13). Sum of RGB (Red+Green+Blue) = 43+148+13=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #2B940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B940D is #D46BF2. Grayscale: #656565. Windows color (decimal): -13921267 or 889899. OLE color: 889899.
HSL color Cylindrical-coordinate representation of color #2B940D: hue angle of 106.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B940D is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 13 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.42 |
| HSL | 106.67º | 0.84% | 0.32% | - |
| HSV(B) | 106.67º | 0.91% | 0.58% | - |
| XYZ | 11.66 | 21.72 | 3.96 | - |
| YUV | 101.22 | 78.21 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 13 | 0.71 | 0 | 0.91 | 0.42 | 106.67 | 0.84 | 0.32 |
| Hex | 2B | 94 | D | 47 | 0 | 5B | 2A | 6B | 54 | 20 |
| Octal | 53 | 224 | 15 | 107 | 0 | 133 | 52 | 153 | 124 | 40 |
| Binary | 101011 | 10010100 | 1101 | 1000111 | 0 | 1011011 | 101010 | 1101011 | 1010100 | 100000 |
Color Harmonies of #2B940D
Complementary color
Monochromatic Colors of #2B940D
Black with #2B940D
Text Example
Text Example
White with #2B940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B940D; }
p { color: rgb(43,148,13); }
H1.HeaderClassName
{
color: #2B940D;
}
.AnyTagClassName
{
color: #2B940D;
}
</style>
background-color css
<style>
a { background-color: #2B940D; }
a { background-color: rgb(43,148,13); }
div.DivClassName
{
background-color: #2B940D;
}
.BgClassName
{
background-color: #2B940D;
}
</style>
border-color css
<style>
span { border-color: #2B940D; }
span { border-color: rgb(43,148,13); }
td.TdClassName
{
border-color: #2B940D;
}
.TagClassName
{
border-color: #2B940D;
}
</style>