Shades of Forest Green #2B9603
Tints of Forest Green #2B9603
RGB
CMYK
RGB Variations
Color information
#2B9603 (or 0x2B9603) is known color: Forest Green. HEX triplet: 2B, 96 and 03. RGB value is (43,150,3). Sum of RGB (Red+Green+Blue) = 43+150+3=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 150 (58.98% from 255 or 76.53% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9603 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9603 is #D469FC. Grayscale: #656565. Windows color (decimal): -13920765 or 235051. OLE color: 235051.
HSL color Cylindrical-coordinate representation of color #2B9603: hue angle of 103.67º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B9603 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 3 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.41 |
| HSL | 103.67º | 0.96% | 0.3% | - |
| HSV(B) | 103.67º | 0.98% | 0.59% | - |
| XYZ | 11.92 | 22.33 | 3.77 | - |
| YUV | 101.25 | 72.55 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 3 | 0.71 | 0 | 0.98 | 0.41 | 103.67 | 0.96 | 0.3 |
| Hex | 2B | 96 | 3 | 47 | 0 | 62 | 29 | 68 | 60 | 1E |
| Octal | 53 | 226 | 3 | 107 | 0 | 142 | 51 | 150 | 140 | 36 |
| Binary | 101011 | 10010110 | 11 | 1000111 | 0 | 1100010 | 101001 | 1101000 | 1100000 | 11110 |
Color Harmonies of #2B9603
Complementary color
Monochromatic Colors of #2B9603
Black with #2B9603
Text Example
Text Example
White with #2B9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9603; }
p { color: rgb(43,150,3); }
H1.HeaderClassName
{
color: #2B9603;
}
.AnyTagClassName
{
color: #2B9603;
}
</style>
background-color css
<style>
a { background-color: #2B9603; }
a { background-color: rgb(43,150,3); }
div.DivClassName
{
background-color: #2B9603;
}
.BgClassName
{
background-color: #2B9603;
}
</style>
border-color css
<style>
span { border-color: #2B9603; }
span { border-color: rgb(43,150,3); }
td.TdClassName
{
border-color: #2B9603;
}
.TagClassName
{
border-color: #2B9603;
}
</style>