Shades of Forest Green #2BA507
Tints of Forest Green #2BA507
RGB
CMYK
RGB Variations
Color information
#2BA507 (or 0x2BA507) is known color: Forest Green. HEX triplet: 2B, A5 and 07. RGB value is (43,165,7). Sum of RGB (Red+Green+Blue) = 43+165+7=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 165 (64.84% from 255 or 76.74% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA507 is #D45AF8. Grayscale: #6F6F6F. Windows color (decimal): -13916921 or 501035. OLE color: 501035.
HSL color Cylindrical-coordinate representation of color #2BA507: hue angle of 106.33º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BA507 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 7 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.35 |
| HSL | 106.33º | 0.92% | 0.34% | - |
| HSV(B) | 106.33º | 0.96% | 0.65% | - |
| XYZ | 14.49 | 27.44 | 4.73 | - |
| YUV | 110.51 | 69.58 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 7 | 0.74 | 0 | 0.96 | 0.35 | 106.33 | 0.92 | 0.34 |
| Hex | 2B | A5 | 7 | 4A | 0 | 60 | 23 | 6A | 5C | 22 |
| Octal | 53 | 245 | 7 | 112 | 0 | 140 | 43 | 152 | 134 | 42 |
| Binary | 101011 | 10100101 | 111 | 1001010 | 0 | 1100000 | 100011 | 1101010 | 1011100 | 100010 |
Color Harmonies of #2BA507
Complementary color
Monochromatic Colors of #2BA507
Black with #2BA507
Text Example
Text Example
White with #2BA507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA507; }
p { color: rgb(43,165,7); }
H1.HeaderClassName
{
color: #2BA507;
}
.AnyTagClassName
{
color: #2BA507;
}
</style>
background-color css
<style>
a { background-color: #2BA507; }
a { background-color: rgb(43,165,7); }
div.DivClassName
{
background-color: #2BA507;
}
.BgClassName
{
background-color: #2BA507;
}
</style>
border-color css
<style>
span { border-color: #2BA507; }
span { border-color: rgb(43,165,7); }
td.TdClassName
{
border-color: #2BA507;
}
.TagClassName
{
border-color: #2BA507;
}
</style>