Shades of Forest Green #2B850D
Tints of Forest Green #2B850D
RGB
CMYK
RGB Variations
Color information
#2B850D (or 0x2B850D) is known color: Forest Green. HEX triplet: 2B, 85 and 0D. RGB value is (43,133,13). Sum of RGB (Red+Green+Blue) = 43+133+13=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #2B850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B850D is #D47AF2. Grayscale: #5C5C5C. Windows color (decimal): -13925107 or 886059. OLE color: 886059.
HSL color Cylindrical-coordinate representation of color #2B850D: hue angle of 105º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B850D is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 13 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.48 |
| HSL | 105º | 0.82% | 0.29% | - |
| HSV(B) | 105º | 0.9% | 0.52% | - |
| XYZ | 9.46 | 17.32 | 3.23 | - |
| YUV | 92.41 | 83.18 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 13 | 0.68 | 0 | 0.90 | 0.48 | 105 | 0.82 | 0.29 |
| Hex | 2B | 85 | D | 44 | 0 | 5A | 30 | 69 | 52 | 1D |
| Octal | 53 | 205 | 15 | 104 | 0 | 132 | 60 | 151 | 122 | 35 |
| Binary | 101011 | 10000101 | 1101 | 1000100 | 0 | 1011010 | 110000 | 1101001 | 1010010 | 11101 |
Color Harmonies of #2B850D
Complementary color
Monochromatic Colors of #2B850D
Black with #2B850D
Text Example
Text Example
White with #2B850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B850D; }
p { color: rgb(43,133,13); }
H1.HeaderClassName
{
color: #2B850D;
}
.AnyTagClassName
{
color: #2B850D;
}
</style>
background-color css
<style>
a { background-color: #2B850D; }
a { background-color: rgb(43,133,13); }
div.DivClassName
{
background-color: #2B850D;
}
.BgClassName
{
background-color: #2B850D;
}
</style>
border-color css
<style>
span { border-color: #2B850D; }
span { border-color: rgb(43,133,13); }
td.TdClassName
{
border-color: #2B850D;
}
.TagClassName
{
border-color: #2B850D;
}
</style>