Shades of Forest Green #2B8802
Tints of Forest Green #2B8802
RGB
CMYK
RGB Variations
Color information
#2B8802 (or 0x2B8802) is known color: Forest Green. HEX triplet: 2B, 88 and 02. RGB value is (43,136,2). Sum of RGB (Red+Green+Blue) = 43+136+2=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 136 (53.52% from 255 or 75.14% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8802 is #D477FD. Grayscale: #5D5D5D. Windows color (decimal): -13924350 or 165931. OLE color: 165931.
HSL color Cylindrical-coordinate representation of color #2B8802: hue angle of 101.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B8802 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 2 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.47 |
| HSL | 101.64º | 0.97% | 0.27% | - |
| HSV(B) | 101.64º | 0.99% | 0.53% | - |
| XYZ | 9.81 | 18.13 | 3.04 | - |
| YUV | 92.92 | 76.69 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 2 | 0.68 | 0 | 0.99 | 0.47 | 101.64 | 0.97 | 0.27 |
| Hex | 2B | 88 | 2 | 44 | 0 | 63 | 2F | 66 | 61 | 1B |
| Octal | 53 | 210 | 2 | 104 | 0 | 143 | 57 | 146 | 141 | 33 |
| Binary | 101011 | 10001000 | 10 | 1000100 | 0 | 1100011 | 101111 | 1100110 | 1100001 | 11011 |
Color Harmonies of #2B8802
Complementary color
Monochromatic Colors of #2B8802
Black with #2B8802
Text Example
Text Example
White with #2B8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8802; }
p { color: rgb(43,136,2); }
H1.HeaderClassName
{
color: #2B8802;
}
.AnyTagClassName
{
color: #2B8802;
}
</style>
background-color css
<style>
a { background-color: #2B8802; }
a { background-color: rgb(43,136,2); }
div.DivClassName
{
background-color: #2B8802;
}
.BgClassName
{
background-color: #2B8802;
}
</style>
border-color css
<style>
span { border-color: #2B8802; }
span { border-color: rgb(43,136,2); }
td.TdClassName
{
border-color: #2B8802;
}
.TagClassName
{
border-color: #2B8802;
}
</style>