Shades of Forest Green #2B990D
Tints of Forest Green #2B990D
RGB
CMYK
RGB Variations
Color information
#2B990D (or 0x2B990D) is known color: Forest Green. HEX triplet: 2B, 99 and 0D. RGB value is (43,153,13). Sum of RGB (Red+Green+Blue) = 43+153+13=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 153 (60.16% from 255 or 73.21% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 153 - color contains mainly: green. Hex color #2B990D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B990D is #D466F2. Grayscale: #686868. Windows color (decimal): -13919987 or 891179. OLE color: 891179.
HSL color Cylindrical-coordinate representation of color #2B990D: hue angle of 107.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B990D is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 13 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.4 |
| HSL | 107.14º | 0.84% | 0.33% | - |
| HSV(B) | 107.14º | 0.92% | 0.6% | - |
| XYZ | 12.46 | 23.33 | 4.23 | - |
| YUV | 104.15 | 76.56 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 13 | 0.72 | 0 | 0.92 | 0.4 | 107.14 | 0.84 | 0.33 |
| Hex | 2B | 99 | D | 48 | 0 | 5C | 28 | 6B | 54 | 21 |
| Octal | 53 | 231 | 15 | 110 | 0 | 134 | 50 | 153 | 124 | 41 |
| Binary | 101011 | 10011001 | 1101 | 1001000 | 0 | 1011100 | 101000 | 1101011 | 1010100 | 100001 |
Color Harmonies of #2B990D
Complementary color
Monochromatic Colors of #2B990D
Black with #2B990D
Text Example
Text Example
White with #2B990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B990D; }
p { color: rgb(43,153,13); }
H1.HeaderClassName
{
color: #2B990D;
}
.AnyTagClassName
{
color: #2B990D;
}
</style>
background-color css
<style>
a { background-color: #2B990D; }
a { background-color: rgb(43,153,13); }
div.DivClassName
{
background-color: #2B990D;
}
.BgClassName
{
background-color: #2B990D;
}
</style>
border-color css
<style>
span { border-color: #2B990D; }
span { border-color: rgb(43,153,13); }
td.TdClassName
{
border-color: #2B990D;
}
.TagClassName
{
border-color: #2B990D;
}
</style>