Shades of Forest Green #2F953A
Tints of Forest Green #2F953A
RGB
CMYK
RGB Variations
Color information
#2F953A (or 0x2F953A) is known color: Forest Green. HEX triplet: 2F, 95 and 3A. RGB value is (47,149,58). Sum of RGB (Red+Green+Blue) = 47+149+58=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #2F953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F953A is #D06AC5. Grayscale: #6C6C6C. Windows color (decimal): -13658822 or 3839279. OLE color: 3839279.
HSL color Cylindrical-coordinate representation of color #2F953A: hue angle of 126.47º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F953A is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 58 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.42 |
| HSL | 126.47º | 0.52% | 0.38% | - |
| HSV(B) | 126.47º | 0.68% | 0.58% | - |
| XYZ | 12.68 | 22.4 | 7.66 | - |
| YUV | 108.13 | 99.71 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 58 | 0.68 | 0 | 0.61 | 0.42 | 126.47 | 0.52 | 0.38 |
| Hex | 2F | 95 | 3A | 44 | 0 | 3D | 2A | 7E | 34 | 26 |
| Octal | 57 | 225 | 72 | 104 | 0 | 75 | 52 | 176 | 64 | 46 |
| Binary | 101111 | 10010101 | 111010 | 1000100 | 0 | 111101 | 101010 | 1111110 | 110100 | 100110 |
Color Harmonies of #2F953A
Complementary color
Monochromatic Colors of #2F953A
Black with #2F953A
Text Example
Text Example
White with #2F953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F953A; }
p { color: rgb(47,149,58); }
H1.HeaderClassName
{
color: #2F953A;
}
.AnyTagClassName
{
color: #2F953A;
}
</style>
background-color css
<style>
a { background-color: #2F953A; }
a { background-color: rgb(47,149,58); }
div.DivClassName
{
background-color: #2F953A;
}
.BgClassName
{
background-color: #2F953A;
}
</style>
border-color css
<style>
span { border-color: #2F953A; }
span { border-color: rgb(47,149,58); }
td.TdClassName
{
border-color: #2F953A;
}
.TagClassName
{
border-color: #2F953A;
}
</style>