Shades of Forest Green #2BA50C
Tints of Forest Green #2BA50C
RGB
CMYK
RGB Variations
Color information
#2BA50C (or 0x2BA50C) is known color: Forest Green. HEX triplet: 2B, A5 and 0C. RGB value is (43,165,12). Sum of RGB (Red+Green+Blue) = 43+165+12=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 165 (64.84% from 255 or 75% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA50C is #D45AF3. Grayscale: #6F6F6F. Windows color (decimal): -13916916 or 828715. OLE color: 828715.
HSL color Cylindrical-coordinate representation of color #2BA50C: hue angle of 107.84º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BA50C is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 12 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.35 |
| HSL | 107.84º | 0.86% | 0.35% | - |
| HSV(B) | 107.84º | 0.93% | 0.65% | - |
| XYZ | 14.52 | 27.45 | 4.88 | - |
| YUV | 111.08 | 72.08 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 12 | 0.74 | 0 | 0.93 | 0.35 | 107.84 | 0.86 | 0.35 |
| Hex | 2B | A5 | C | 4A | 0 | 5D | 23 | 6C | 56 | 23 |
| Octal | 53 | 245 | 14 | 112 | 0 | 135 | 43 | 154 | 126 | 43 |
| Binary | 101011 | 10100101 | 1100 | 1001010 | 0 | 1011101 | 100011 | 1101100 | 1010110 | 100011 |
Color Harmonies of #2BA50C
Complementary color
Monochromatic Colors of #2BA50C
Black with #2BA50C
Text Example
Text Example
White with #2BA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA50C; }
p { color: rgb(43,165,12); }
H1.HeaderClassName
{
color: #2BA50C;
}
.AnyTagClassName
{
color: #2BA50C;
}
</style>
background-color css
<style>
a { background-color: #2BA50C; }
a { background-color: rgb(43,165,12); }
div.DivClassName
{
background-color: #2BA50C;
}
.BgClassName
{
background-color: #2BA50C;
}
</style>
border-color css
<style>
span { border-color: #2BA50C; }
span { border-color: rgb(43,165,12); }
td.TdClassName
{
border-color: #2BA50C;
}
.TagClassName
{
border-color: #2BA50C;
}
</style>