Shades of Forest Green #2B8807
Tints of Forest Green #2B8807
RGB
CMYK
RGB Variations
Color information
#2B8807 (or 0x2B8807) is known color: Forest Green. HEX triplet: 2B, 88 and 07. RGB value is (43,136,7). Sum of RGB (Red+Green+Blue) = 43+136+7=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 136 (53.52% from 255 or 73.12% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8807 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8807 is #D477F8. Grayscale: #5D5D5D. Windows color (decimal): -13924345 or 493611. OLE color: 493611.
HSL color Cylindrical-coordinate representation of color #2B8807: hue angle of 103.26º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B8807 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 7 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.47 |
| HSL | 103.26º | 0.9% | 0.28% | - |
| HSV(B) | 103.26º | 0.95% | 0.53% | - |
| XYZ | 9.84 | 18.14 | 3.18 | - |
| YUV | 93.49 | 79.19 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 7 | 0.68 | 0 | 0.95 | 0.47 | 103.26 | 0.9 | 0.28 |
| Hex | 2B | 88 | 7 | 44 | 0 | 5F | 2F | 67 | 5A | 1C |
| Octal | 53 | 210 | 7 | 104 | 0 | 137 | 57 | 147 | 132 | 34 |
| Binary | 101011 | 10001000 | 111 | 1000100 | 0 | 1011111 | 101111 | 1100111 | 1011010 | 11100 |
Color Harmonies of #2B8807
Complementary color
Monochromatic Colors of #2B8807
Black with #2B8807
Text Example
Text Example
White with #2B8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8807; }
p { color: rgb(43,136,7); }
H1.HeaderClassName
{
color: #2B8807;
}
.AnyTagClassName
{
color: #2B8807;
}
</style>
background-color css
<style>
a { background-color: #2B8807; }
a { background-color: rgb(43,136,7); }
div.DivClassName
{
background-color: #2B8807;
}
.BgClassName
{
background-color: #2B8807;
}
</style>
border-color css
<style>
span { border-color: #2B8807; }
span { border-color: rgb(43,136,7); }
td.TdClassName
{
border-color: #2B8807;
}
.TagClassName
{
border-color: #2B8807;
}
</style>