Shades of Forest Green #2BA536
Tints of Forest Green #2BA536
RGB
CMYK
RGB Variations
Color information
#2BA536 (or 0x2BA536) is known color: Forest Green. HEX triplet: 2B, A5 and 36. RGB value is (43,165,54). Sum of RGB (Red+Green+Blue) = 43+165+54=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA536 is #D45AC9. Grayscale: #747474. Windows color (decimal): -13916874 or 3581227. OLE color: 3581227.
HSL color Cylindrical-coordinate representation of color #2BA536: hue angle of 125.41º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA536 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 54 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.35 |
| HSL | 125.41º | 0.59% | 0.41% | - |
| HSV(B) | 125.41º | 0.74% | 0.65% | - |
| XYZ | 15.12 | 27.69 | 8.04 | - |
| YUV | 115.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 54 | 0.74 | 0 | 0.67 | 0.35 | 125.41 | 0.59 | 0.41 |
| Hex | 2B | A5 | 36 | 4A | 0 | 43 | 23 | 7D | 3B | 29 |
| Octal | 53 | 245 | 66 | 112 | 0 | 103 | 43 | 175 | 73 | 51 |
| Binary | 101011 | 10100101 | 110110 | 1001010 | 0 | 1000011 | 100011 | 1111101 | 111011 | 101001 |
Color Harmonies of #2BA536
Complementary color
Monochromatic Colors of #2BA536
Black with #2BA536
Text Example
Text Example
White with #2BA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA536; }
p { color: rgb(43,165,54); }
H1.HeaderClassName
{
color: #2BA536;
}
.AnyTagClassName
{
color: #2BA536;
}
</style>
background-color css
<style>
a { background-color: #2BA536; }
a { background-color: rgb(43,165,54); }
div.DivClassName
{
background-color: #2BA536;
}
.BgClassName
{
background-color: #2BA536;
}
</style>
border-color css
<style>
span { border-color: #2BA536; }
span { border-color: rgb(43,165,54); }
td.TdClassName
{
border-color: #2BA536;
}
.TagClassName
{
border-color: #2BA536;
}
</style>