Shades of Forest Green #2B943C
Tints of Forest Green #2B943C
RGB
CMYK
RGB Variations
Color information
#2B943C (or 0x2B943C) is known color: Forest Green. HEX triplet: 2B, 94 and 3C. RGB value is (43,148,60). Sum of RGB (Red+Green+Blue) = 43+148+60=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #2B943C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B943C is #D46BC3. Grayscale: #6A6A6A. Windows color (decimal): -13921220 or 3970091. OLE color: 3970091.
HSL color Cylindrical-coordinate representation of color #2B943C: hue angle of 129.71º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B943C is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 60 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.42 |
| HSL | 129.71º | 0.55% | 0.37% | - |
| HSV(B) | 129.71º | 0.71% | 0.58% | - |
| XYZ | 12.4 | 22.02 | 7.87 | - |
| YUV | 106.57 | 101.71 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 60 | 0.71 | 0 | 0.59 | 0.42 | 129.71 | 0.55 | 0.37 |
| Hex | 2B | 94 | 3C | 47 | 0 | 3B | 2A | 82 | 37 | 25 |
| Octal | 53 | 224 | 74 | 107 | 0 | 73 | 52 | 202 | 67 | 45 |
| Binary | 101011 | 10010100 | 111100 | 1000111 | 0 | 111011 | 101010 | 10000010 | 110111 | 100101 |
Color Harmonies of #2B943C
Complementary color
Monochromatic Colors of #2B943C
Black with #2B943C
Text Example
Text Example
White with #2B943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B943C; }
p { color: rgb(43,148,60); }
H1.HeaderClassName
{
color: #2B943C;
}
.AnyTagClassName
{
color: #2B943C;
}
</style>
background-color css
<style>
a { background-color: #2B943C; }
a { background-color: rgb(43,148,60); }
div.DivClassName
{
background-color: #2B943C;
}
.BgClassName
{
background-color: #2B943C;
}
</style>
border-color css
<style>
span { border-color: #2B943C; }
span { border-color: rgb(43,148,60); }
td.TdClassName
{
border-color: #2B943C;
}
.TagClassName
{
border-color: #2B943C;
}
</style>