Shades of Green House #2F661D
Tints of Green House #2F661D
RGB
CMYK
RGB Variations
Color information
#2F661D (or 0x2F661D) is known color: Green House. HEX triplet: 2F, 66 and 1D. RGB value is (47,102,29). Sum of RGB (Red+Green+Blue) = 47+102+29=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #2F661D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F661D is #D099E2. Grayscale: #4D4D4D. Windows color (decimal): -13670883 or 1926703. OLE color: 1926703.
HSL color Cylindrical-coordinate representation of color #2F661D: hue angle of 105.21º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F661D is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 29 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.6 |
| HSL | 105.21º | 0.56% | 0.26% | - |
| HSV(B) | 105.21º | 0.72% | 0.4% | - |
| XYZ | 6.15 | 10.2 | 2.81 | - |
| YUV | 77.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 29 | 0.54 | 0 | 0.72 | 0.6 | 105.21 | 0.56 | 0.26 |
| Hex | 2F | 66 | 1D | 36 | 0 | 48 | 3C | 69 | 38 | 1A |
| Octal | 57 | 146 | 35 | 66 | 0 | 110 | 74 | 151 | 70 | 32 |
| Binary | 101111 | 1100110 | 11101 | 110110 | 0 | 1001000 | 111100 | 1101001 | 111000 | 11010 |
Color Harmonies of #2F661D
Complementary color
Monochromatic Colors of #2F661D
Black with #2F661D
Text Example
Text Example
White with #2F661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F661D; }
p { color: rgb(47,102,29); }
H1.HeaderClassName
{
color: #2F661D;
}
.AnyTagClassName
{
color: #2F661D;
}
</style>
background-color css
<style>
a { background-color: #2F661D; }
a { background-color: rgb(47,102,29); }
div.DivClassName
{
background-color: #2F661D;
}
.BgClassName
{
background-color: #2F661D;
}
</style>
border-color css
<style>
span { border-color: #2F661D; }
span { border-color: rgb(47,102,29); }
td.TdClassName
{
border-color: #2F661D;
}
.TagClassName
{
border-color: #2F661D;
}
</style>