Shades of Forest Green #2B880D
Tints of Forest Green #2B880D
RGB
CMYK
RGB Variations
Color information
#2B880D (or 0x2B880D) is known color: Forest Green. HEX triplet: 2B, 88 and 0D. RGB value is (43,136,13). Sum of RGB (Red+Green+Blue) = 43+136+13=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 136 (53.52% from 255 or 70.83% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 136 - color contains mainly: green. Hex color #2B880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B880D is #D477F2. Grayscale: #5E5E5E. Windows color (decimal): -13924339 or 886827. OLE color: 886827.
HSL color Cylindrical-coordinate representation of color #2B880D: hue angle of 105.37º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B880D is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 13 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.47 |
| HSL | 105.37º | 0.83% | 0.29% | - |
| HSV(B) | 105.37º | 0.9% | 0.53% | - |
| XYZ | 9.87 | 18.15 | 3.36 | - |
| YUV | 94.17 | 82.19 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 13 | 0.68 | 0 | 0.90 | 0.47 | 105.37 | 0.83 | 0.29 |
| Hex | 2B | 88 | D | 44 | 0 | 5A | 2F | 69 | 53 | 1D |
| Octal | 53 | 210 | 15 | 104 | 0 | 132 | 57 | 151 | 123 | 35 |
| Binary | 101011 | 10001000 | 1101 | 1000100 | 0 | 1011010 | 101111 | 1101001 | 1010011 | 11101 |
Color Harmonies of #2B880D
Complementary color
Monochromatic Colors of #2B880D
Black with #2B880D
Text Example
Text Example
White with #2B880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B880D; }
p { color: rgb(43,136,13); }
H1.HeaderClassName
{
color: #2B880D;
}
.AnyTagClassName
{
color: #2B880D;
}
</style>
background-color css
<style>
a { background-color: #2B880D; }
a { background-color: rgb(43,136,13); }
div.DivClassName
{
background-color: #2B880D;
}
.BgClassName
{
background-color: #2B880D;
}
</style>
border-color css
<style>
span { border-color: #2B880D; }
span { border-color: rgb(43,136,13); }
td.TdClassName
{
border-color: #2B880D;
}
.TagClassName
{
border-color: #2B880D;
}
</style>