Shades of Forest Green #2B932A
Tints of Forest Green #2B932A
RGB
CMYK
RGB Variations
Color information
#2B932A (or 0x2B932A) is known color: Forest Green. HEX triplet: 2B, 93 and 2A. RGB value is (43,147,42). Sum of RGB (Red+Green+Blue) = 43+147+42=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #2B932A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B932A is #D46CD5. Grayscale: #686868. Windows color (decimal): -13921494 or 2790187. OLE color: 2790187.
HSL color Cylindrical-coordinate representation of color #2B932A: hue angle of 119.43º degrees, saturation: 0.56, 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 #2B932A is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
RGB | 43 | 147 | 42 | - |
CMYK | 0.71 | 0 | 0.71 | 0.42 |
HSL | 119.43º | 0.56% | 0.37% | - |
HSV(B) | 119.43º | 0.71% | 0.58% | - |
XYZ | 11.85 | 21.55 | 5.73 | - |
YUV | 103.93 | 93.04 | 84.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 147 | 42 | 0.71 | 0 | 0.71 | 0.42 | 119.43 | 0.56 | 0.37 |
Hex | 2B | 93 | 2A | 47 | 0 | 47 | 2A | 77 | 38 | 25 |
Octal | 53 | 223 | 52 | 107 | 0 | 107 | 52 | 167 | 70 | 45 |
Binary | 101011 | 10010011 | 101010 | 1000111 | 0 | 1000111 | 101010 | 1110111 | 111000 | 100101 |
Color Harmonies of #2B932A
Complementary color
Monochromatic Colors of #2B932A
Black with #2B932A
Text Example
Text Example
White with #2B932A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B932A; }
p { color: rgb(43,147,42); }
H1.HeaderClassName
{
color: #2B932A;
}
.AnyTagClassName
{
color: #2B932A;
}
</style>
background-color css
<style>
a { background-color: #2B932A; }
a { background-color: rgb(43,147,42); }
div.DivClassName
{
background-color: #2B932A;
}
.BgClassName
{
background-color: #2B932A;
}
</style>
border-color css
<style>
span { border-color: #2B932A; }
span { border-color: rgb(43,147,42); }
td.TdClassName
{
border-color: #2B932A;
}
.TagClassName
{
border-color: #2B932A;
}
</style>