Shades of Forest Green #2B9302
Tints of Forest Green #2B9302
RGB
CMYK
RGB Variations
Color information
#2B9302 (or 0x2B9302) is known color: Forest Green. HEX triplet: 2B, 93 and 02. RGB value is (43,147,2). Sum of RGB (Red+Green+Blue) = 43+147+2=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 147 (57.81% from 255 or 76.56% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9302 is #D46CFD. Grayscale: #636363. Windows color (decimal): -13921534 or 168747. OLE color: 168747.
HSL color Cylindrical-coordinate representation of color #2B9302: hue angle of 103.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B9302 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 2 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.42 |
| HSL | 103.03º | 0.97% | 0.29% | - |
| HSV(B) | 103.03º | 0.99% | 0.58% | - |
| XYZ | 11.44 | 21.39 | 3.58 | - |
| YUV | 99.37 | 73.04 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 2 | 0.71 | 0 | 0.99 | 0.42 | 103.03 | 0.97 | 0.29 |
| Hex | 2B | 93 | 2 | 47 | 0 | 63 | 2A | 67 | 61 | 1D |
| Octal | 53 | 223 | 2 | 107 | 0 | 143 | 52 | 147 | 141 | 35 |
| Binary | 101011 | 10010011 | 10 | 1000111 | 0 | 1100011 | 101010 | 1100111 | 1100001 | 11101 |
Color Harmonies of #2B9302
Complementary color
Monochromatic Colors of #2B9302
Black with #2B9302
Text Example
Text Example
White with #2B9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9302; }
p { color: rgb(43,147,2); }
H1.HeaderClassName
{
color: #2B9302;
}
.AnyTagClassName
{
color: #2B9302;
}
</style>
background-color css
<style>
a { background-color: #2B9302; }
a { background-color: rgb(43,147,2); }
div.DivClassName
{
background-color: #2B9302;
}
.BgClassName
{
background-color: #2B9302;
}
</style>
border-color css
<style>
span { border-color: #2B9302; }
span { border-color: rgb(43,147,2); }
td.TdClassName
{
border-color: #2B9302;
}
.TagClassName
{
border-color: #2B9302;
}
</style>