Shades of Forest Green #2BA01D
Tints of Forest Green #2BA01D
RGB
CMYK
RGB Variations
Color information
#2BA01D (or 0x2BA01D) is known color: Forest Green. HEX triplet: 2B, A0 and 1D. RGB value is (43,160,29). Sum of RGB (Red+Green+Blue) = 43+160+29=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA01D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA01D is #D45FE2. Grayscale: #6E6E6E. Windows color (decimal): -13918179 or 1941547. OLE color: 1941547.
HSL color Cylindrical-coordinate representation of color #2BA01D: hue angle of 113.59º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BA01D is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 29 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.37 |
| HSL | 113.59º | 0.69% | 0.37% | - |
| HSV(B) | 113.59º | 0.82% | 0.63% | - |
| XYZ | 13.79 | 25.74 | 5.4 | - |
| YUV | 110.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 29 | 0.73 | 0 | 0.82 | 0.37 | 113.59 | 0.69 | 0.37 |
| Hex | 2B | A0 | 1D | 49 | 0 | 52 | 25 | 72 | 45 | 25 |
| Octal | 53 | 240 | 35 | 111 | 0 | 122 | 45 | 162 | 105 | 45 |
| Binary | 101011 | 10100000 | 11101 | 1001001 | 0 | 1010010 | 100101 | 1110010 | 1000101 | 100101 |
Color Harmonies of #2BA01D
Complementary color
Monochromatic Colors of #2BA01D
Black with #2BA01D
Text Example
Text Example
White with #2BA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA01D; }
p { color: rgb(43,160,29); }
H1.HeaderClassName
{
color: #2BA01D;
}
.AnyTagClassName
{
color: #2BA01D;
}
</style>
background-color css
<style>
a { background-color: #2BA01D; }
a { background-color: rgb(43,160,29); }
div.DivClassName
{
background-color: #2BA01D;
}
.BgClassName
{
background-color: #2BA01D;
}
</style>
border-color css
<style>
span { border-color: #2BA01D; }
span { border-color: rgb(43,160,29); }
td.TdClassName
{
border-color: #2BA01D;
}
.TagClassName
{
border-color: #2BA01D;
}
</style>