Shades of Forest Green #2B8517
Tints of Forest Green #2B8517
RGB
CMYK
RGB Variations
Color information
#2B8517 (or 0x2B8517) is known color: Forest Green. HEX triplet: 2B, 85 and 17. RGB value is (43,133,23). Sum of RGB (Red+Green+Blue) = 43+133+23=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8517 is #D47AE8. Grayscale: #5D5D5D. Windows color (decimal): -13925097 or 1541419. OLE color: 1541419.
HSL color Cylindrical-coordinate representation of color #2B8517: hue angle of 109.09º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B8517 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 23 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.48 |
| HSL | 109.09º | 0.71% | 0.31% | - |
| HSV(B) | 109.09º | 0.83% | 0.52% | - |
| XYZ | 9.54 | 17.35 | 3.66 | - |
| YUV | 93.55 | 88.18 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 23 | 0.68 | 0 | 0.83 | 0.48 | 109.09 | 0.71 | 0.31 |
| Hex | 2B | 85 | 17 | 44 | 0 | 53 | 30 | 6D | 47 | 1F |
| Octal | 53 | 205 | 27 | 104 | 0 | 123 | 60 | 155 | 107 | 37 |
| Binary | 101011 | 10000101 | 10111 | 1000100 | 0 | 1010011 | 110000 | 1101101 | 1000111 | 11111 |
Color Harmonies of #2B8517
Complementary color
Monochromatic Colors of #2B8517
Black with #2B8517
Text Example
Text Example
White with #2B8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8517; }
p { color: rgb(43,133,23); }
H1.HeaderClassName
{
color: #2B8517;
}
.AnyTagClassName
{
color: #2B8517;
}
</style>
background-color css
<style>
a { background-color: #2B8517; }
a { background-color: rgb(43,133,23); }
div.DivClassName
{
background-color: #2B8517;
}
.BgClassName
{
background-color: #2B8517;
}
</style>
border-color css
<style>
span { border-color: #2B8517; }
span { border-color: rgb(43,133,23); }
td.TdClassName
{
border-color: #2B8517;
}
.TagClassName
{
border-color: #2B8517;
}
</style>