Shades of Forest Green #2BA60D
Tints of Forest Green #2BA60D
RGB
CMYK
RGB Variations
Color information
#2BA60D (or 0x2BA60D) is known color: Forest Green. HEX triplet: 2B, A6 and 0D. RGB value is (43,166,13). Sum of RGB (Red+Green+Blue) = 43+166+13=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 166 (65.23% from 255 or 74.77% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA60D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA60D is #D459F2. Grayscale: #707070. Windows color (decimal): -13916659 or 894507. OLE color: 894507.
HSL color Cylindrical-coordinate representation of color #2BA60D: hue angle of 108.24º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BA60D is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 13 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.35 |
| HSL | 108.24º | 0.85% | 0.35% | - |
| HSV(B) | 108.24º | 0.92% | 0.65% | - |
| XYZ | 14.71 | 27.82 | 4.97 | - |
| YUV | 111.78 | 72.25 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 13 | 0.74 | 0 | 0.92 | 0.35 | 108.24 | 0.85 | 0.35 |
| Hex | 2B | A6 | D | 4A | 0 | 5C | 23 | 6C | 55 | 23 |
| Octal | 53 | 246 | 15 | 112 | 0 | 134 | 43 | 154 | 125 | 43 |
| Binary | 101011 | 10100110 | 1101 | 1001010 | 0 | 1011100 | 100011 | 1101100 | 1010101 | 100011 |
Color Harmonies of #2BA60D
Complementary color
Monochromatic Colors of #2BA60D
Black with #2BA60D
Text Example
Text Example
White with #2BA60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA60D; }
p { color: rgb(43,166,13); }
H1.HeaderClassName
{
color: #2BA60D;
}
.AnyTagClassName
{
color: #2BA60D;
}
</style>
background-color css
<style>
a { background-color: #2BA60D; }
a { background-color: rgb(43,166,13); }
div.DivClassName
{
background-color: #2BA60D;
}
.BgClassName
{
background-color: #2BA60D;
}
</style>
border-color css
<style>
span { border-color: #2BA60D; }
span { border-color: rgb(43,166,13); }
td.TdClassName
{
border-color: #2BA60D;
}
.TagClassName
{
border-color: #2BA60D;
}
</style>