Shades of Forest Green #2F932A
Tints of Forest Green #2F932A
RGB
CMYK
RGB Variations
Color information
#2F932A (or 0x2F932A) is known color: Forest Green. HEX triplet: 2F, 93 and 2A. RGB value is (47,147,42). Sum of RGB (Red+Green+Blue) = 47+147+42=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 147 (57.81% from 255 or 62.29% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 147 - color contains mainly: green. Hex color #2F932A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F932A is #D06CD5. Grayscale: #696969. Windows color (decimal): -13659350 or 2790191. OLE color: 2790191.
HSL color Cylindrical-coordinate representation of color #2F932A: hue angle of 117.14º 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 #2F932A is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 42 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.42 |
| HSL | 117.14º | 0.56% | 0.37% | - |
| HSV(B) | 117.14º | 0.71% | 0.58% | - |
| XYZ | 12.02 | 21.64 | 5.73 | - |
| YUV | 105.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 42 | 0.68 | 0 | 0.71 | 0.42 | 117.14 | 0.56 | 0.37 |
| Hex | 2F | 93 | 2A | 44 | 0 | 47 | 2A | 75 | 38 | 25 |
| Octal | 57 | 223 | 52 | 104 | 0 | 107 | 52 | 165 | 70 | 45 |
| Binary | 101111 | 10010011 | 101010 | 1000100 | 0 | 1000111 | 101010 | 1110101 | 111000 | 100101 |
Color Harmonies of #2F932A
Complementary color
Monochromatic Colors of #2F932A
Black with #2F932A
Text Example
Text Example
White with #2F932A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F932A; }
p { color: rgb(47,147,42); }
H1.HeaderClassName
{
color: #2F932A;
}
.AnyTagClassName
{
color: #2F932A;
}
</style>
background-color css
<style>
a { background-color: #2F932A; }
a { background-color: rgb(47,147,42); }
div.DivClassName
{
background-color: #2F932A;
}
.BgClassName
{
background-color: #2F932A;
}
</style>
border-color css
<style>
span { border-color: #2F932A; }
span { border-color: rgb(47,147,42); }
td.TdClassName
{
border-color: #2F932A;
}
.TagClassName
{
border-color: #2F932A;
}
</style>