Shades of Forest Green #2B9417
Tints of Forest Green #2B9417
RGB
CMYK
RGB Variations
Color information
#2B9417 (or 0x2B9417) is known color: Forest Green. HEX triplet: 2B, 94 and 17. RGB value is (43,148,23). Sum of RGB (Red+Green+Blue) = 43+148+23=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9417 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9417 is #D46BE8. Grayscale: #666666. Windows color (decimal): -13921257 or 1545259. OLE color: 1545259.
HSL color Cylindrical-coordinate representation of color #2B9417: hue angle of 110.4º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B9417 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 23 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.42 |
| HSL | 110.4º | 0.73% | 0.34% | - |
| HSV(B) | 110.4º | 0.84% | 0.58% | - |
| XYZ | 11.74 | 21.76 | 4.39 | - |
| YUV | 102.36 | 83.21 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 23 | 0.71 | 0 | 0.84 | 0.42 | 110.4 | 0.73 | 0.34 |
| Hex | 2B | 94 | 17 | 47 | 0 | 54 | 2A | 6E | 49 | 22 |
| Octal | 53 | 224 | 27 | 107 | 0 | 124 | 52 | 156 | 111 | 42 |
| Binary | 101011 | 10010100 | 10111 | 1000111 | 0 | 1010100 | 101010 | 1101110 | 1001001 | 100010 |
Color Harmonies of #2B9417
Complementary color
Monochromatic Colors of #2B9417
Black with #2B9417
Text Example
Text Example
White with #2B9417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9417; }
p { color: rgb(43,148,23); }
H1.HeaderClassName
{
color: #2B9417;
}
.AnyTagClassName
{
color: #2B9417;
}
</style>
background-color css
<style>
a { background-color: #2B9417; }
a { background-color: rgb(43,148,23); }
div.DivClassName
{
background-color: #2B9417;
}
.BgClassName
{
background-color: #2B9417;
}
</style>
border-color css
<style>
span { border-color: #2B9417; }
span { border-color: rgb(43,148,23); }
td.TdClassName
{
border-color: #2B9417;
}
.TagClassName
{
border-color: #2B9417;
}
</style>