Shades of Forest Green #2B932B
Tints of Forest Green #2B932B
RGB
CMYK
RGB Variations
Color information
#2B932B (or 0x2B932B) is known color: Forest Green. HEX triplet: 2B, 93 and 2B. RGB value is (43,147,43). Sum of RGB (Red+Green+Blue) = 43+147+43=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #2B932B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B932B is #D46CD4. Grayscale: #686868. Windows color (decimal): -13921493 or 2855723. OLE color: 2855723.
HSL color Cylindrical-coordinate representation of color #2B932B: hue angle of 120º 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 #2B932B is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
RGB | 43 | 147 | 43 | - |
CMYK | 0.71 | 0 | 0.71 | 0.42 |
HSL | 120º | 0.55% | 0.37% | - |
HSV(B) | 120º | 0.71% | 0.58% | - |
XYZ | 11.87 | 21.56 | 5.82 | - |
YUV | 104.05 | 93.54 | 84.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 147 | 43 | 0.71 | 0 | 0.71 | 0.42 | 120 | 0.55 | 0.37 |
Hex | 2B | 93 | 2B | 47 | 0 | 47 | 2A | 78 | 37 | 25 |
Octal | 53 | 223 | 53 | 107 | 0 | 107 | 52 | 170 | 67 | 45 |
Binary | 101011 | 10010011 | 101011 | 1000111 | 0 | 1000111 | 101010 | 1111000 | 110111 | 100101 |
Color Harmonies of #2B932B
Complementary color
Monochromatic Colors of #2B932B
Black with #2B932B
Text Example
Text Example
White with #2B932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B932B; }
p { color: rgb(43,147,43); }
H1.HeaderClassName
{
color: #2B932B;
}
.AnyTagClassName
{
color: #2B932B;
}
</style>
background-color css
<style>
a { background-color: #2B932B; }
a { background-color: rgb(43,147,43); }
div.DivClassName
{
background-color: #2B932B;
}
.BgClassName
{
background-color: #2B932B;
}
</style>
border-color css
<style>
span { border-color: #2B932B; }
span { border-color: rgb(43,147,43); }
td.TdClassName
{
border-color: #2B932B;
}
.TagClassName
{
border-color: #2B932B;
}
</style>