Shades of Forest Green #2B9303
Tints of Forest Green #2B9303
RGB
CMYK
RGB Variations
Color information
#2B9303 (or 0x2B9303) is known color: Forest Green. HEX triplet: 2B, 93 and 03. RGB value is (43,147,3). Sum of RGB (Red+Green+Blue) = 43+147+3=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 147 (57.81% from 255 or 76.17% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9303 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9303 is #D46CFC. Grayscale: #636363. Windows color (decimal): -13921533 or 234283. OLE color: 234283.
HSL color Cylindrical-coordinate representation of color #2B9303: hue angle of 103.33º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B9303 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 3 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.42 |
| HSL | 103.33º | 0.96% | 0.29% | - |
| HSV(B) | 103.33º | 0.98% | 0.58% | - |
| XYZ | 11.45 | 21.39 | 3.61 | - |
| YUV | 99.49 | 73.54 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 3 | 0.71 | 0 | 0.98 | 0.42 | 103.33 | 0.96 | 0.29 |
| Hex | 2B | 93 | 3 | 47 | 0 | 62 | 2A | 67 | 60 | 1D |
| Octal | 53 | 223 | 3 | 107 | 0 | 142 | 52 | 147 | 140 | 35 |
| Binary | 101011 | 10010011 | 11 | 1000111 | 0 | 1100010 | 101010 | 1100111 | 1100000 | 11101 |
Color Harmonies of #2B9303
Complementary color
Monochromatic Colors of #2B9303
Black with #2B9303
Text Example
Text Example
White with #2B9303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9303; }
p { color: rgb(43,147,3); }
H1.HeaderClassName
{
color: #2B9303;
}
.AnyTagClassName
{
color: #2B9303;
}
</style>
background-color css
<style>
a { background-color: #2B9303; }
a { background-color: rgb(43,147,3); }
div.DivClassName
{
background-color: #2B9303;
}
.BgClassName
{
background-color: #2B9303;
}
</style>
border-color css
<style>
span { border-color: #2B9303; }
span { border-color: rgb(43,147,3); }
td.TdClassName
{
border-color: #2B9303;
}
.TagClassName
{
border-color: #2B9303;
}
</style>