Shades of Forest Green #2B850B
Tints of Forest Green #2B850B
RGB
CMYK
RGB Variations
Color information
#2B850B (or 0x2B850B) is known color: Forest Green. HEX triplet: 2B, 85 and 0B. RGB value is (43,133,11). Sum of RGB (Red+Green+Blue) = 43+133+11=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #2B850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B850B is #D47AF4. Grayscale: #5C5C5C. Windows color (decimal): -13925109 or 754987. OLE color: 754987.
HSL color Cylindrical-coordinate representation of color #2B850B: hue angle of 104.26º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B850B is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 11 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.48 |
| HSL | 104.26º | 0.85% | 0.28% | - |
| HSV(B) | 104.26º | 0.92% | 0.52% | - |
| XYZ | 9.44 | 17.31 | 3.16 | - |
| YUV | 92.18 | 82.18 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 11 | 0.68 | 0 | 0.92 | 0.48 | 104.26 | 0.85 | 0.28 |
| Hex | 2B | 85 | B | 44 | 0 | 5C | 30 | 68 | 55 | 1C |
| Octal | 53 | 205 | 13 | 104 | 0 | 134 | 60 | 150 | 125 | 34 |
| Binary | 101011 | 10000101 | 1011 | 1000100 | 0 | 1011100 | 110000 | 1101000 | 1010101 | 11100 |
Color Harmonies of #2B850B
Complementary color
Monochromatic Colors of #2B850B
Black with #2B850B
Text Example
Text Example
White with #2B850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B850B; }
p { color: rgb(43,133,11); }
H1.HeaderClassName
{
color: #2B850B;
}
.AnyTagClassName
{
color: #2B850B;
}
</style>
background-color css
<style>
a { background-color: #2B850B; }
a { background-color: rgb(43,133,11); }
div.DivClassName
{
background-color: #2B850B;
}
.BgClassName
{
background-color: #2B850B;
}
</style>
border-color css
<style>
span { border-color: #2B850B; }
span { border-color: rgb(43,133,11); }
td.TdClassName
{
border-color: #2B850B;
}
.TagClassName
{
border-color: #2B850B;
}
</style>