Shades of Forest Green #2B870C
Tints of Forest Green #2B870C
RGB
CMYK
RGB Variations
Color information
#2B870C (or 0x2B870C) is known color: Forest Green. HEX triplet: 2B, 87 and 0C. RGB value is (43,135,12). Sum of RGB (Red+Green+Blue) = 43+135+12=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #2B870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B870C is #D478F3. Grayscale: #5D5D5D. Windows color (decimal): -13924596 or 821035. OLE color: 821035.
HSL color Cylindrical-coordinate representation of color #2B870C: hue angle of 104.88º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B870C is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 12 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.47 |
| HSL | 104.88º | 0.84% | 0.29% | - |
| HSV(B) | 104.88º | 0.91% | 0.53% | - |
| XYZ | 9.73 | 17.87 | 3.28 | - |
| YUV | 93.47 | 82.02 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 12 | 0.68 | 0 | 0.91 | 0.47 | 104.88 | 0.84 | 0.29 |
| Hex | 2B | 87 | C | 44 | 0 | 5B | 2F | 69 | 54 | 1D |
| Octal | 53 | 207 | 14 | 104 | 0 | 133 | 57 | 151 | 124 | 35 |
| Binary | 101011 | 10000111 | 1100 | 1000100 | 0 | 1011011 | 101111 | 1101001 | 1010100 | 11101 |
Color Harmonies of #2B870C
Complementary color
Monochromatic Colors of #2B870C
Black with #2B870C
Text Example
Text Example
White with #2B870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B870C; }
p { color: rgb(43,135,12); }
H1.HeaderClassName
{
color: #2B870C;
}
.AnyTagClassName
{
color: #2B870C;
}
</style>
background-color css
<style>
a { background-color: #2B870C; }
a { background-color: rgb(43,135,12); }
div.DivClassName
{
background-color: #2B870C;
}
.BgClassName
{
background-color: #2B870C;
}
</style>
border-color css
<style>
span { border-color: #2B870C; }
span { border-color: rgb(43,135,12); }
td.TdClassName
{
border-color: #2B870C;
}
.TagClassName
{
border-color: #2B870C;
}
</style>