Shades of Forest Green #2B811A
Tints of Forest Green #2B811A
RGB
CMYK
RGB Variations
Color information
#2B811A (or 0x2B811A) is known color: Forest Green. HEX triplet: 2B, 81 and 1A. RGB value is (43,129,26). Sum of RGB (Red+Green+Blue) = 43+129+26=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 129 (50.78% from 255 or 65.15% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 129 - color contains mainly: green. Hex color #2B811A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B811A is #D47EE5. Grayscale: #5B5B5B. Windows color (decimal): -13926118 or 1737003. OLE color: 1737003.
HSL color Cylindrical-coordinate representation of color #2B811A: hue angle of 110.1º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B811A is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 26 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.49 |
| HSL | 110.1º | 0.66% | 0.3% | - |
| HSV(B) | 110.1º | 0.8% | 0.51% | - |
| XYZ | 9.03 | 16.29 | 3.65 | - |
| YUV | 91.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 26 | 0.67 | 0 | 0.80 | 0.49 | 110.1 | 0.66 | 0.3 |
| Hex | 2B | 81 | 1A | 43 | 0 | 50 | 31 | 6E | 42 | 1E |
| Octal | 53 | 201 | 32 | 103 | 0 | 120 | 61 | 156 | 102 | 36 |
| Binary | 101011 | 10000001 | 11010 | 1000011 | 0 | 1010000 | 110001 | 1101110 | 1000010 | 11110 |
Color Harmonies of #2B811A
Complementary color
Monochromatic Colors of #2B811A
Black with #2B811A
Text Example
Text Example
White with #2B811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B811A; }
p { color: rgb(43,129,26); }
H1.HeaderClassName
{
color: #2B811A;
}
.AnyTagClassName
{
color: #2B811A;
}
</style>
background-color css
<style>
a { background-color: #2B811A; }
a { background-color: rgb(43,129,26); }
div.DivClassName
{
background-color: #2B811A;
}
.BgClassName
{
background-color: #2B811A;
}
</style>
border-color css
<style>
span { border-color: #2B811A; }
span { border-color: rgb(43,129,26); }
td.TdClassName
{
border-color: #2B811A;
}
.TagClassName
{
border-color: #2B811A;
}
</style>