Shades of Forest Green #2B9903
Tints of Forest Green #2B9903
RGB
CMYK
RGB Variations
Color information
#2B9903 (or 0x2B9903) is known color: Forest Green. HEX triplet: 2B, 99 and 03. RGB value is (43,153,3). Sum of RGB (Red+Green+Blue) = 43+153+3=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 153 (60.16% from 255 or 76.88% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9903 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9903 is #D466FC. Grayscale: #676767. Windows color (decimal): -13919997 or 235819. OLE color: 235819.
HSL color Cylindrical-coordinate representation of color #2B9903: hue angle of 104º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B9903 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 3 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.4 |
| HSL | 104º | 0.96% | 0.31% | - |
| HSV(B) | 104º | 0.98% | 0.6% | - |
| XYZ | 12.4 | 23.3 | 3.93 | - |
| YUV | 103.01 | 71.56 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 3 | 0.72 | 0 | 0.98 | 0.4 | 104 | 0.96 | 0.31 |
| Hex | 2B | 99 | 3 | 48 | 0 | 62 | 28 | 68 | 60 | 1F |
| Octal | 53 | 231 | 3 | 110 | 0 | 142 | 50 | 150 | 140 | 37 |
| Binary | 101011 | 10011001 | 11 | 1001000 | 0 | 1100010 | 101000 | 1101000 | 1100000 | 11111 |
Color Harmonies of #2B9903
Complementary color
Monochromatic Colors of #2B9903
Black with #2B9903
Text Example
Text Example
White with #2B9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9903; }
p { color: rgb(43,153,3); }
H1.HeaderClassName
{
color: #2B9903;
}
.AnyTagClassName
{
color: #2B9903;
}
</style>
background-color css
<style>
a { background-color: #2B9903; }
a { background-color: rgb(43,153,3); }
div.DivClassName
{
background-color: #2B9903;
}
.BgClassName
{
background-color: #2B9903;
}
</style>
border-color css
<style>
span { border-color: #2B9903; }
span { border-color: rgb(43,153,3); }
td.TdClassName
{
border-color: #2B9903;
}
.TagClassName
{
border-color: #2B9903;
}
</style>