Shades of Forest Green #2F9D0B
Tints of Forest Green #2F9D0B
RGB
CMYK
RGB Variations
Color information
#2F9D0B (or 0x2F9D0B) is known color: Forest Green. HEX triplet: 2F, 9D and 0B. RGB value is (47,157,11). Sum of RGB (Red+Green+Blue) = 47+157+11=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 157 (61.72% from 255 or 73.02% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 157 - color contains mainly: green. Hex color #2F9D0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9D0B is #D062F4. Grayscale: #6B6B6B. Windows color (decimal): -13656821 or 761135. OLE color: 761135.
HSL color Cylindrical-coordinate representation of color #2F9D0B: hue angle of 105.21º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F9D0B is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 157 | 11 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.38 |
| HSL | 105.21º | 0.87% | 0.33% | - |
| HSV(B) | 105.21º | 0.93% | 0.62% | - |
| XYZ | 13.29 | 24.74 | 4.39 | - |
| YUV | 107.47 | 73.56 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 157 | 11 | 0.70 | 0 | 0.93 | 0.38 | 105.21 | 0.87 | 0.33 |
| Hex | 2F | 9D | B | 46 | 0 | 5D | 26 | 69 | 57 | 21 |
| Octal | 57 | 235 | 13 | 106 | 0 | 135 | 46 | 151 | 127 | 41 |
| Binary | 101111 | 10011101 | 1011 | 1000110 | 0 | 1011101 | 100110 | 1101001 | 1010111 | 100001 |
Color Harmonies of #2F9D0B
Complementary color
Monochromatic Colors of #2F9D0B
Black with #2F9D0B
Text Example
Text Example
White with #2F9D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9D0B; }
p { color: rgb(47,157,11); }
H1.HeaderClassName
{
color: #2F9D0B;
}
.AnyTagClassName
{
color: #2F9D0B;
}
</style>
background-color css
<style>
a { background-color: #2F9D0B; }
a { background-color: rgb(47,157,11); }
div.DivClassName
{
background-color: #2F9D0B;
}
.BgClassName
{
background-color: #2F9D0B;
}
</style>
border-color css
<style>
span { border-color: #2F9D0B; }
span { border-color: rgb(47,157,11); }
td.TdClassName
{
border-color: #2F9D0B;
}
.TagClassName
{
border-color: #2F9D0B;
}
</style>