Shades of Forest Green #2BA60F
Tints of Forest Green #2BA60F
RGB
CMYK
RGB Variations
Color information
#2BA60F (or 0x2BA60F) is known color: Forest Green. HEX triplet: 2B, A6 and 0F. RGB value is (43,166,15). Sum of RGB (Red+Green+Blue) = 43+166+15=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 166 (65.23% from 255 or 74.11% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA60F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA60F is #D459F0. Grayscale: #707070. Windows color (decimal): -13916657 or 1025579. OLE color: 1025579.
HSL color Cylindrical-coordinate representation of color #2BA60F: hue angle of 108.87º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BA60F is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 15 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.35 |
| HSL | 108.87º | 0.83% | 0.35% | - |
| HSV(B) | 108.87º | 0.91% | 0.65% | - |
| XYZ | 14.72 | 27.82 | 5.05 | - |
| YUV | 112.01 | 73.25 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 15 | 0.74 | 0 | 0.91 | 0.35 | 108.87 | 0.83 | 0.35 |
| Hex | 2B | A6 | F | 4A | 0 | 5B | 23 | 6D | 53 | 23 |
| Octal | 53 | 246 | 17 | 112 | 0 | 133 | 43 | 155 | 123 | 43 |
| Binary | 101011 | 10100110 | 1111 | 1001010 | 0 | 1011011 | 100011 | 1101101 | 1010011 | 100011 |
Color Harmonies of #2BA60F
Complementary color
Monochromatic Colors of #2BA60F
Black with #2BA60F
Text Example
Text Example
White with #2BA60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA60F; }
p { color: rgb(43,166,15); }
H1.HeaderClassName
{
color: #2BA60F;
}
.AnyTagClassName
{
color: #2BA60F;
}
</style>
background-color css
<style>
a { background-color: #2BA60F; }
a { background-color: rgb(43,166,15); }
div.DivClassName
{
background-color: #2BA60F;
}
.BgClassName
{
background-color: #2BA60F;
}
</style>
border-color css
<style>
span { border-color: #2BA60F; }
span { border-color: rgb(43,166,15); }
td.TdClassName
{
border-color: #2BA60F;
}
.TagClassName
{
border-color: #2BA60F;
}
</style>