Shades of Green House #2F611F
Tints of Green House #2F611F
RGB
CMYK
RGB Variations
Color information
#2F611F (or 0x2F611F) is known color: Green House. HEX triplet: 2F, 61 and 1F. RGB value is (47,97,31). Sum of RGB (Red+Green+Blue) = 47+97+31=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #2F611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F611F is #D09EE0. Grayscale: #4A4A4A. Windows color (decimal): -13672161 or 2056495. OLE color: 2056495.
HSL color Cylindrical-coordinate representation of color #2F611F: hue angle of 105.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F611F is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 31 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.62 |
| HSL | 105.45º | 0.52% | 0.25% | - |
| HSV(B) | 105.45º | 0.68% | 0.38% | - |
| XYZ | 5.69 | 9.25 | 2.78 | - |
| YUV | 74.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 31 | 0.52 | 0 | 0.68 | 0.62 | 105.45 | 0.52 | 0.25 |
| Hex | 2F | 61 | 1F | 34 | 0 | 44 | 3E | 69 | 34 | 19 |
| Octal | 57 | 141 | 37 | 64 | 0 | 104 | 76 | 151 | 64 | 31 |
| Binary | 101111 | 1100001 | 11111 | 110100 | 0 | 1000100 | 111110 | 1101001 | 110100 | 11001 |
Color Harmonies of #2F611F
Complementary color
Monochromatic Colors of #2F611F
Black with #2F611F
Text Example
Text Example
White with #2F611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F611F; }
p { color: rgb(47,97,31); }
H1.HeaderClassName
{
color: #2F611F;
}
.AnyTagClassName
{
color: #2F611F;
}
</style>
background-color css
<style>
a { background-color: #2F611F; }
a { background-color: rgb(47,97,31); }
div.DivClassName
{
background-color: #2F611F;
}
.BgClassName
{
background-color: #2F611F;
}
</style>
border-color css
<style>
span { border-color: #2F611F; }
span { border-color: rgb(47,97,31); }
td.TdClassName
{
border-color: #2F611F;
}
.TagClassName
{
border-color: #2F611F;
}
</style>