Shades of Green House #2F611A
Tints of Green House #2F611A
RGB
CMYK
RGB Variations
Color information
#2F611A (or 0x2F611A) is known color: Green House. HEX triplet: 2F, 61 and 1A. RGB value is (47,97,26). Sum of RGB (Red+Green+Blue) = 47+97+26=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #2F611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F611A is #D09EE5. Grayscale: #4A4A4A. Windows color (decimal): -13672166 or 1728815. OLE color: 1728815.
HSL color Cylindrical-coordinate representation of color #2F611A: hue angle of 102.25º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F611A is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 26 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.62 |
| HSL | 102.25º | 0.58% | 0.24% | - |
| HSV(B) | 102.25º | 0.73% | 0.38% | - |
| XYZ | 5.63 | 9.23 | 2.46 | - |
| YUV | 73.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 26 | 0.52 | 0 | 0.73 | 0.62 | 102.25 | 0.58 | 0.24 |
| Hex | 2F | 61 | 1A | 34 | 0 | 49 | 3E | 66 | 3A | 18 |
| Octal | 57 | 141 | 32 | 64 | 0 | 111 | 76 | 146 | 72 | 30 |
| Binary | 101111 | 1100001 | 11010 | 110100 | 0 | 1001001 | 111110 | 1100110 | 111010 | 11000 |
Color Harmonies of #2F611A
Complementary color
Monochromatic Colors of #2F611A
Black with #2F611A
Text Example
Text Example
White with #2F611A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F611A; }
p { color: rgb(47,97,26); }
H1.HeaderClassName
{
color: #2F611A;
}
.AnyTagClassName
{
color: #2F611A;
}
</style>
background-color css
<style>
a { background-color: #2F611A; }
a { background-color: rgb(47,97,26); }
div.DivClassName
{
background-color: #2F611A;
}
.BgClassName
{
background-color: #2F611A;
}
</style>
border-color css
<style>
span { border-color: #2F611A; }
span { border-color: rgb(47,97,26); }
td.TdClassName
{
border-color: #2F611A;
}
.TagClassName
{
border-color: #2F611A;
}
</style>