Shades of Forest Green #2F9D01
Tints of Forest Green #2F9D01
RGB
CMYK
RGB Variations
Color information
#2F9D01 (or 0x2F9D01) is known color: Forest Green. HEX triplet: 2F, 9D and 01. RGB value is (47,157,1). Sum of RGB (Red+Green+Blue) = 47+157+1=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 157 (61.72% from 255 or 76.59% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 157 - color contains mainly: green. Hex color #2F9D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9D01 is #D062FE. Grayscale: #6A6A6A. Windows color (decimal): -13656831 or 105775. OLE color: 105775.
HSL color Cylindrical-coordinate representation of color #2F9D01: hue angle of 102.31º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F9D01 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 157 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.38 |
| HSL | 102.31º | 0.99% | 0.31% | - |
| HSV(B) | 102.31º | 0.99% | 0.62% | - |
| XYZ | 13.23 | 24.72 | 4.1 | - |
| YUV | 106.33 | 68.56 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 157 | 1 | 0.70 | 0 | 0.99 | 0.38 | 102.31 | 0.99 | 0.31 |
| Hex | 2F | 9D | 1 | 46 | 0 | 63 | 26 | 66 | 63 | 1F |
| Octal | 57 | 235 | 1 | 106 | 0 | 143 | 46 | 146 | 143 | 37 |
| Binary | 101111 | 10011101 | 1 | 1000110 | 0 | 1100011 | 100110 | 1100110 | 1100011 | 11111 |
Color Harmonies of #2F9D01
Complementary color
Monochromatic Colors of #2F9D01
Black with #2F9D01
Text Example
Text Example
White with #2F9D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9D01; }
p { color: rgb(47,157,1); }
H1.HeaderClassName
{
color: #2F9D01;
}
.AnyTagClassName
{
color: #2F9D01;
}
</style>
background-color css
<style>
a { background-color: #2F9D01; }
a { background-color: rgb(47,157,1); }
div.DivClassName
{
background-color: #2F9D01;
}
.BgClassName
{
background-color: #2F9D01;
}
</style>
border-color css
<style>
span { border-color: #2F9D01; }
span { border-color: rgb(47,157,1); }
td.TdClassName
{
border-color: #2F9D01;
}
.TagClassName
{
border-color: #2F9D01;
}
</style>