Shades of Forest Green #2B8706
Tints of Forest Green #2B8706
RGB
CMYK
RGB Variations
Color information
#2B8706 (or 0x2B8706) is known color: Forest Green. HEX triplet: 2B, 87 and 06. RGB value is (43,135,6). Sum of RGB (Red+Green+Blue) = 43+135+6=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 135 (53.12% from 255 or 73.37% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8706 is #D478F9. Grayscale: #5D5D5D. Windows color (decimal): -13924602 or 427819. OLE color: 427819.
HSL color Cylindrical-coordinate representation of color #2B8706: hue angle of 102.79º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B8706 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 6 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.47 |
| HSL | 102.79º | 0.91% | 0.28% | - |
| HSV(B) | 102.79º | 0.96% | 0.53% | - |
| XYZ | 9.69 | 17.85 | 3.11 | - |
| YUV | 92.79 | 79.02 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 6 | 0.68 | 0 | 0.96 | 0.47 | 102.79 | 0.91 | 0.28 |
| Hex | 2B | 87 | 6 | 44 | 0 | 60 | 2F | 67 | 5B | 1C |
| Octal | 53 | 207 | 6 | 104 | 0 | 140 | 57 | 147 | 133 | 34 |
| Binary | 101011 | 10000111 | 110 | 1000100 | 0 | 1100000 | 101111 | 1100111 | 1011011 | 11100 |
Color Harmonies of #2B8706
Complementary color
Monochromatic Colors of #2B8706
Black with #2B8706
Text Example
Text Example
White with #2B8706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8706; }
p { color: rgb(43,135,6); }
H1.HeaderClassName
{
color: #2B8706;
}
.AnyTagClassName
{
color: #2B8706;
}
</style>
background-color css
<style>
a { background-color: #2B8706; }
a { background-color: rgb(43,135,6); }
div.DivClassName
{
background-color: #2B8706;
}
.BgClassName
{
background-color: #2B8706;
}
</style>
border-color css
<style>
span { border-color: #2B8706; }
span { border-color: rgb(43,135,6); }
td.TdClassName
{
border-color: #2B8706;
}
.TagClassName
{
border-color: #2B8706;
}
</style>