Shades of Forest Green #2B9E0A
Tints of Forest Green #2B9E0A
RGB
CMYK
RGB Variations
Color information
#2B9E0A (or 0x2B9E0A) is known color: Forest Green. HEX triplet: 2B, 9E and 0A. RGB value is (43,158,10). Sum of RGB (Red+Green+Blue) = 43+158+10=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 158 (62.11% from 255 or 74.88% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9E0A is #D461F5. Grayscale: #6B6B6B. Windows color (decimal): -13918710 or 695851. OLE color: 695851.
HSL color Cylindrical-coordinate representation of color #2B9E0A: hue angle of 106.62º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B9E0A is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 10 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.38 |
| HSL | 106.62º | 0.88% | 0.33% | - |
| HSV(B) | 106.62º | 0.94% | 0.62% | - |
| XYZ | 13.28 | 24.99 | 4.41 | - |
| YUV | 106.74 | 73.4 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 10 | 0.73 | 0 | 0.94 | 0.38 | 106.62 | 0.88 | 0.33 |
| Hex | 2B | 9E | A | 49 | 0 | 5E | 26 | 6B | 58 | 21 |
| Octal | 53 | 236 | 12 | 111 | 0 | 136 | 46 | 153 | 130 | 41 |
| Binary | 101011 | 10011110 | 1010 | 1001001 | 0 | 1011110 | 100110 | 1101011 | 1011000 | 100001 |
Color Harmonies of #2B9E0A
Complementary color
Monochromatic Colors of #2B9E0A
Black with #2B9E0A
Text Example
Text Example
White with #2B9E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E0A; }
p { color: rgb(43,158,10); }
H1.HeaderClassName
{
color: #2B9E0A;
}
.AnyTagClassName
{
color: #2B9E0A;
}
</style>
background-color css
<style>
a { background-color: #2B9E0A; }
a { background-color: rgb(43,158,10); }
div.DivClassName
{
background-color: #2B9E0A;
}
.BgClassName
{
background-color: #2B9E0A;
}
</style>
border-color css
<style>
span { border-color: #2B9E0A; }
span { border-color: rgb(43,158,10); }
td.TdClassName
{
border-color: #2B9E0A;
}
.TagClassName
{
border-color: #2B9E0A;
}
</style>