Shades of Forest Green #2BA307
Tints of Forest Green #2BA307
RGB
CMYK
RGB Variations
Color information
#2BA307 (or 0x2BA307) is known color: Forest Green. HEX triplet: 2B, A3 and 07. RGB value is (43,163,7). Sum of RGB (Red+Green+Blue) = 43+163+7=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 163 (64.06% from 255 or 76.53% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA307 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA307 is #D45CF8. Grayscale: #6D6D6D. Windows color (decimal): -13917433 or 500523. OLE color: 500523.
HSL color Cylindrical-coordinate representation of color #2BA307: hue angle of 106.15º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BA307 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 7 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.36 |
| HSL | 106.15º | 0.92% | 0.33% | - |
| HSV(B) | 106.15º | 0.96% | 0.64% | - |
| XYZ | 14.13 | 26.72 | 4.61 | - |
| YUV | 109.34 | 70.24 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 7 | 0.74 | 0 | 0.96 | 0.36 | 106.15 | 0.92 | 0.33 |
| Hex | 2B | A3 | 7 | 4A | 0 | 60 | 24 | 6A | 5C | 21 |
| Octal | 53 | 243 | 7 | 112 | 0 | 140 | 44 | 152 | 134 | 41 |
| Binary | 101011 | 10100011 | 111 | 1001010 | 0 | 1100000 | 100100 | 1101010 | 1011100 | 100001 |
Color Harmonies of #2BA307
Complementary color
Monochromatic Colors of #2BA307
Black with #2BA307
Text Example
Text Example
White with #2BA307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA307; }
p { color: rgb(43,163,7); }
H1.HeaderClassName
{
color: #2BA307;
}
.AnyTagClassName
{
color: #2BA307;
}
</style>
background-color css
<style>
a { background-color: #2BA307; }
a { background-color: rgb(43,163,7); }
div.DivClassName
{
background-color: #2BA307;
}
.BgClassName
{
background-color: #2BA307;
}
</style>
border-color css
<style>
span { border-color: #2BA307; }
span { border-color: rgb(43,163,7); }
td.TdClassName
{
border-color: #2BA307;
}
.TagClassName
{
border-color: #2BA307;
}
</style>