Shades of Forest Green #2F920E
Tints of Forest Green #2F920E
RGB
CMYK
RGB Variations
Color information
#2F920E (or 0x2F920E) is known color: Forest Green. HEX triplet: 2F, 92 and 0E. RGB value is (47,146,14). Sum of RGB (Red+Green+Blue) = 47+146+14=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 146 (57.42% from 255 or 70.53% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 146 - color contains mainly: green. Hex color #2F920E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F920E is #D06DF1. Grayscale: #656565. Windows color (decimal): -13659634 or 954927. OLE color: 954927.
HSL color Cylindrical-coordinate representation of color #2F920E: hue angle of 105º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F920E is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 146 | 14 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.43 |
| HSL | 105º | 0.83% | 0.31% | - |
| HSV(B) | 105º | 0.9% | 0.57% | - |
| XYZ | 11.53 | 21.19 | 3.9 | - |
| YUV | 101.35 | 78.7 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 14 | 0.68 | 0 | 0.90 | 0.43 | 105 | 0.83 | 0.31 |
| Hex | 2F | 92 | E | 44 | 0 | 5A | 2B | 69 | 52 | 1F |
| Octal | 57 | 222 | 16 | 104 | 0 | 132 | 53 | 151 | 122 | 37 |
| Binary | 101111 | 10010010 | 1110 | 1000100 | 0 | 1011010 | 101011 | 1101001 | 1010010 | 11111 |
Color Harmonies of #2F920E
Complementary color
Monochromatic Colors of #2F920E
Black with #2F920E
Text Example
Text Example
White with #2F920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F920E; }
p { color: rgb(47,146,14); }
H1.HeaderClassName
{
color: #2F920E;
}
.AnyTagClassName
{
color: #2F920E;
}
</style>
background-color css
<style>
a { background-color: #2F920E; }
a { background-color: rgb(47,146,14); }
div.DivClassName
{
background-color: #2F920E;
}
.BgClassName
{
background-color: #2F920E;
}
</style>
border-color css
<style>
span { border-color: #2F920E; }
span { border-color: rgb(47,146,14); }
td.TdClassName
{
border-color: #2F920E;
}
.TagClassName
{
border-color: #2F920E;
}
</style>