Shades of Forest Green #2B850C
Tints of Forest Green #2B850C
RGB
CMYK
RGB Variations
Color information
#2B850C (or 0x2B850C) is known color: Forest Green. HEX triplet: 2B, 85 and 0C. RGB value is (43,133,12). Sum of RGB (Red+Green+Blue) = 43+133+12=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #2B850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B850C is #D47AF3. Grayscale: #5C5C5C. Windows color (decimal): -13925108 or 820523. OLE color: 820523.
HSL color Cylindrical-coordinate representation of color #2B850C: hue angle of 104.63º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B850C is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 12 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.48 |
| HSL | 104.63º | 0.83% | 0.28% | - |
| HSV(B) | 104.63º | 0.91% | 0.52% | - |
| XYZ | 9.45 | 17.32 | 3.19 | - |
| YUV | 92.3 | 82.68 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 12 | 0.68 | 0 | 0.91 | 0.48 | 104.63 | 0.83 | 0.28 |
| Hex | 2B | 85 | C | 44 | 0 | 5B | 30 | 69 | 53 | 1C |
| Octal | 53 | 205 | 14 | 104 | 0 | 133 | 60 | 151 | 123 | 34 |
| Binary | 101011 | 10000101 | 1100 | 1000100 | 0 | 1011011 | 110000 | 1101001 | 1010011 | 11100 |
Color Harmonies of #2B850C
Complementary color
Monochromatic Colors of #2B850C
Black with #2B850C
Text Example
Text Example
White with #2B850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B850C; }
p { color: rgb(43,133,12); }
H1.HeaderClassName
{
color: #2B850C;
}
.AnyTagClassName
{
color: #2B850C;
}
</style>
background-color css
<style>
a { background-color: #2B850C; }
a { background-color: rgb(43,133,12); }
div.DivClassName
{
background-color: #2B850C;
}
.BgClassName
{
background-color: #2B850C;
}
</style>
border-color css
<style>
span { border-color: #2B850C; }
span { border-color: rgb(43,133,12); }
td.TdClassName
{
border-color: #2B850C;
}
.TagClassName
{
border-color: #2B850C;
}
</style>