Shades of Forest Green #2BA01C
Tints of Forest Green #2BA01C
RGB
CMYK
RGB Variations
Color information
#2BA01C (or 0x2BA01C) is known color: Forest Green. HEX triplet: 2B, A0 and 1C. RGB value is (43,160,28). Sum of RGB (Red+Green+Blue) = 43+160+28=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 160 (62.89% from 255 or 69.26% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA01C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA01C is #D45FE3. Grayscale: #6E6E6E. Windows color (decimal): -13918180 or 1876011. OLE color: 1876011.
HSL color Cylindrical-coordinate representation of color #2BA01C: hue angle of 113.18º degrees, saturation: 0.7, 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 #2BA01C is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 28 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.37 |
| HSL | 113.18º | 0.7% | 0.37% | - |
| HSV(B) | 113.18º | 0.83% | 0.63% | - |
| XYZ | 13.78 | 25.74 | 5.34 | - |
| YUV | 109.97 | 81.74 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 28 | 0.73 | 0 | 0.82 | 0.37 | 113.18 | 0.7 | 0.37 |
| Hex | 2B | A0 | 1C | 49 | 0 | 52 | 25 | 71 | 46 | 25 |
| Octal | 53 | 240 | 34 | 111 | 0 | 122 | 45 | 161 | 106 | 45 |
| Binary | 101011 | 10100000 | 11100 | 1001001 | 0 | 1010010 | 100101 | 1110001 | 1000110 | 100101 |
Color Harmonies of #2BA01C
Complementary color
Monochromatic Colors of #2BA01C
Black with #2BA01C
Text Example
Text Example
White with #2BA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA01C; }
p { color: rgb(43,160,28); }
H1.HeaderClassName
{
color: #2BA01C;
}
.AnyTagClassName
{
color: #2BA01C;
}
</style>
background-color css
<style>
a { background-color: #2BA01C; }
a { background-color: rgb(43,160,28); }
div.DivClassName
{
background-color: #2BA01C;
}
.BgClassName
{
background-color: #2BA01C;
}
</style>
border-color css
<style>
span { border-color: #2BA01C; }
span { border-color: rgb(43,160,28); }
td.TdClassName
{
border-color: #2BA01C;
}
.TagClassName
{
border-color: #2BA01C;
}
</style>