Shades of Forest Green #2B7B1F
Tints of Forest Green #2B7B1F
RGB
CMYK
RGB Variations
Color information
#2B7B1F (or 0x2B7B1F) is known color: Forest Green. HEX triplet: 2B, 7B and 1F. RGB value is (43,123,31). Sum of RGB (Red+Green+Blue) = 43+123+31=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 123 (48.44% from 255 or 62.44% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7B1F is #D484E0. Grayscale: #585858. Windows color (decimal): -13927649 or 2063147. OLE color: 2063147.
HSL color Cylindrical-coordinate representation of color #2B7B1F: hue angle of 112.17º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B7B1F is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 123 | 31 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.52 |
| HSL | 112.17º | 0.6% | 0.3% | - |
| HSV(B) | 112.17º | 0.75% | 0.48% | - |
| XYZ | 8.33 | 14.78 | 3.71 | - |
| YUV | 88.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 31 | 0.65 | 0 | 0.75 | 0.52 | 112.17 | 0.6 | 0.3 |
| Hex | 2B | 7B | 1F | 41 | 0 | 4B | 34 | 70 | 3C | 1E |
| Octal | 53 | 173 | 37 | 101 | 0 | 113 | 64 | 160 | 74 | 36 |
| Binary | 101011 | 1111011 | 11111 | 1000001 | 0 | 1001011 | 110100 | 1110000 | 111100 | 11110 |
Color Harmonies of #2B7B1F
Complementary color
Monochromatic Colors of #2B7B1F
Black with #2B7B1F
Text Example
Text Example
White with #2B7B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B1F; }
p { color: rgb(43,123,31); }
H1.HeaderClassName
{
color: #2B7B1F;
}
.AnyTagClassName
{
color: #2B7B1F;
}
</style>
background-color css
<style>
a { background-color: #2B7B1F; }
a { background-color: rgb(43,123,31); }
div.DivClassName
{
background-color: #2B7B1F;
}
.BgClassName
{
background-color: #2B7B1F;
}
</style>
border-color css
<style>
span { border-color: #2B7B1F; }
span { border-color: rgb(43,123,31); }
td.TdClassName
{
border-color: #2B7B1F;
}
.TagClassName
{
border-color: #2B7B1F;
}
</style>