Shades of Forest Green #2BA10B
Tints of Forest Green #2BA10B
RGB
CMYK
RGB Variations
Color information
#2BA10B (or 0x2BA10B) is known color: Forest Green. HEX triplet: 2B, A1 and 0B. RGB value is (43,161,11). Sum of RGB (Red+Green+Blue) = 43+161+11=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 161 (63.28% from 255 or 74.88% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA10B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA10B is #D45EF4. Grayscale: #6D6D6D. Windows color (decimal): -13917941 or 762155. OLE color: 762155.
HSL color Cylindrical-coordinate representation of color #2BA10B: hue angle of 107.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BA10B is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 11 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.37 |
| HSL | 107.2º | 0.87% | 0.34% | - |
| HSV(B) | 107.2º | 0.93% | 0.63% | - |
| XYZ | 13.8 | 26.03 | 4.61 | - |
| YUV | 108.62 | 72.91 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 11 | 0.73 | 0 | 0.93 | 0.37 | 107.2 | 0.87 | 0.34 |
| Hex | 2B | A1 | B | 49 | 0 | 5D | 25 | 6B | 57 | 22 |
| Octal | 53 | 241 | 13 | 111 | 0 | 135 | 45 | 153 | 127 | 42 |
| Binary | 101011 | 10100001 | 1011 | 1001001 | 0 | 1011101 | 100101 | 1101011 | 1010111 | 100010 |
Color Harmonies of #2BA10B
Complementary color
Monochromatic Colors of #2BA10B
Black with #2BA10B
Text Example
Text Example
White with #2BA10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA10B; }
p { color: rgb(43,161,11); }
H1.HeaderClassName
{
color: #2BA10B;
}
.AnyTagClassName
{
color: #2BA10B;
}
</style>
background-color css
<style>
a { background-color: #2BA10B; }
a { background-color: rgb(43,161,11); }
div.DivClassName
{
background-color: #2BA10B;
}
.BgClassName
{
background-color: #2BA10B;
}
</style>
border-color css
<style>
span { border-color: #2BA10B; }
span { border-color: rgb(43,161,11); }
td.TdClassName
{
border-color: #2BA10B;
}
.TagClassName
{
border-color: #2BA10B;
}
</style>