Shades of Forest Green #2F9235
Tints of Forest Green #2F9235
RGB
CMYK
RGB Variations
Color information
#2F9235 (or 0x2F9235) is known color: Forest Green. HEX triplet: 2F, 92 and 35. RGB value is (47,146,53). Sum of RGB (Red+Green+Blue) = 47+146+53=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9235 is #D06DCA. Grayscale: #6A6A6A. Windows color (decimal): -13659595 or 3510831. OLE color: 3510831.
HSL color Cylindrical-coordinate representation of color #2F9235: hue angle of 123.64º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9235 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 146 | 53 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.43 |
| HSL | 123.64º | 0.51% | 0.38% | - |
| HSV(B) | 123.64º | 0.68% | 0.57% | - |
| XYZ | 12.09 | 21.42 | 6.87 | - |
| YUV | 105.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 53 | 0.68 | 0 | 0.64 | 0.43 | 123.64 | 0.51 | 0.38 |
| Hex | 2F | 92 | 35 | 44 | 0 | 40 | 2B | 7C | 33 | 26 |
| Octal | 57 | 222 | 65 | 104 | 0 | 100 | 53 | 174 | 63 | 46 |
| Binary | 101111 | 10010010 | 110101 | 1000100 | 0 | 1000000 | 101011 | 1111100 | 110011 | 100110 |
Color Harmonies of #2F9235
Complementary color
Monochromatic Colors of #2F9235
Black with #2F9235
Text Example
Text Example
White with #2F9235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9235; }
p { color: rgb(47,146,53); }
H1.HeaderClassName
{
color: #2F9235;
}
.AnyTagClassName
{
color: #2F9235;
}
</style>
background-color css
<style>
a { background-color: #2F9235; }
a { background-color: rgb(47,146,53); }
div.DivClassName
{
background-color: #2F9235;
}
.BgClassName
{
background-color: #2F9235;
}
</style>
border-color css
<style>
span { border-color: #2F9235; }
span { border-color: rgb(47,146,53); }
td.TdClassName
{
border-color: #2F9235;
}
.TagClassName
{
border-color: #2F9235;
}
</style>