Shades of Forest Green #2F9401
Tints of Forest Green #2F9401
RGB
CMYK
RGB Variations
Color information
#2F9401 (or 0x2F9401) is known color: Forest Green. HEX triplet: 2F, 94 and 01. RGB value is (47,148,1). Sum of RGB (Red+Green+Blue) = 47+148+1=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 148 (58.20% from 255 or 75.51% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9401 is #D06BFE. Grayscale: #656565. Windows color (decimal): -13659135 or 103471. OLE color: 103471.
HSL color Cylindrical-coordinate representation of color #2F9401: hue angle of 101.22º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F9401 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 1 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.42 |
| HSL | 101.22º | 0.99% | 0.29% | - |
| HSV(B) | 101.22º | 0.99% | 0.58% | - |
| XYZ | 11.77 | 21.79 | 3.61 | - |
| YUV | 101.04 | 71.54 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 1 | 0.68 | 0 | 0.99 | 0.42 | 101.22 | 0.99 | 0.29 |
| Hex | 2F | 94 | 1 | 44 | 0 | 63 | 2A | 65 | 63 | 1D |
| Octal | 57 | 224 | 1 | 104 | 0 | 143 | 52 | 145 | 143 | 35 |
| Binary | 101111 | 10010100 | 1 | 1000100 | 0 | 1100011 | 101010 | 1100101 | 1100011 | 11101 |
Color Harmonies of #2F9401
Complementary color
Monochromatic Colors of #2F9401
Black with #2F9401
Text Example
Text Example
White with #2F9401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9401; }
p { color: rgb(47,148,1); }
H1.HeaderClassName
{
color: #2F9401;
}
.AnyTagClassName
{
color: #2F9401;
}
</style>
background-color css
<style>
a { background-color: #2F9401; }
a { background-color: rgb(47,148,1); }
div.DivClassName
{
background-color: #2F9401;
}
.BgClassName
{
background-color: #2F9401;
}
</style>
border-color css
<style>
span { border-color: #2F9401; }
span { border-color: rgb(47,148,1); }
td.TdClassName
{
border-color: #2F9401;
}
.TagClassName
{
border-color: #2F9401;
}
</style>