Shades of Forest Green #2F9233
Tints of Forest Green #2F9233
RGB
CMYK
RGB Variations
Color information
#2F9233 (or 0x2F9233) is known color: Forest Green. HEX triplet: 2F, 92 and 33. RGB value is (47,146,51). Sum of RGB (Red+Green+Blue) = 47+146+51=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9233 is #D06DCC. Grayscale: #696969. Windows color (decimal): -13659597 or 3379759. OLE color: 3379759.
HSL color Cylindrical-coordinate representation of color #2F9233: hue angle of 122.42º 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 #2F9233 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 146 | 51 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.43 |
| HSL | 122.42º | 0.51% | 0.38% | - |
| HSV(B) | 122.42º | 0.68% | 0.57% | - |
| XYZ | 12.05 | 21.4 | 6.63 | - |
| YUV | 105.57 | 97.2 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 51 | 0.68 | 0 | 0.65 | 0.43 | 122.42 | 0.51 | 0.38 |
| Hex | 2F | 92 | 33 | 44 | 0 | 41 | 2B | 7A | 33 | 26 |
| Octal | 57 | 222 | 63 | 104 | 0 | 101 | 53 | 172 | 63 | 46 |
| Binary | 101111 | 10010010 | 110011 | 1000100 | 0 | 1000001 | 101011 | 1111010 | 110011 | 100110 |
Color Harmonies of #2F9233
Complementary color
Monochromatic Colors of #2F9233
Black with #2F9233
Text Example
Text Example
White with #2F9233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9233; }
p { color: rgb(47,146,51); }
H1.HeaderClassName
{
color: #2F9233;
}
.AnyTagClassName
{
color: #2F9233;
}
</style>
background-color css
<style>
a { background-color: #2F9233; }
a { background-color: rgb(47,146,51); }
div.DivClassName
{
background-color: #2F9233;
}
.BgClassName
{
background-color: #2F9233;
}
</style>
border-color css
<style>
span { border-color: #2F9233; }
span { border-color: rgb(47,146,51); }
td.TdClassName
{
border-color: #2F9233;
}
.TagClassName
{
border-color: #2F9233;
}
</style>