Shades of Green House #2F671C
Tints of Green House #2F671C
RGB
CMYK
RGB Variations
Color information
#2F671C (or 0x2F671C) is known color: Green House. HEX triplet: 2F, 67 and 1C. RGB value is (47,103,28). Sum of RGB (Red+Green+Blue) = 47+103+28=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #2F671C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F671C is #D098E3. Grayscale: #4D4D4D. Windows color (decimal): -13670628 or 1861423. OLE color: 1861423.
HSL color Cylindrical-coordinate representation of color #2F671C: hue angle of 104.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F671C is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 28 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.60 |
| HSL | 104.8º | 0.57% | 0.26% | - |
| HSV(B) | 104.8º | 0.73% | 0.4% | - |
| XYZ | 6.23 | 10.39 | 2.78 | - |
| YUV | 77.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 28 | 0.54 | 0 | 0.73 | 0.60 | 104.8 | 0.57 | 0.26 |
| Hex | 2F | 67 | 1C | 36 | 0 | 49 | 3C | 69 | 39 | 1A |
| Octal | 57 | 147 | 34 | 66 | 0 | 111 | 74 | 151 | 71 | 32 |
| Binary | 101111 | 1100111 | 11100 | 110110 | 0 | 1001001 | 111100 | 1101001 | 111001 | 11010 |
Color Harmonies of #2F671C
Complementary color
Monochromatic Colors of #2F671C
Black with #2F671C
Text Example
Text Example
White with #2F671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F671C; }
p { color: rgb(47,103,28); }
H1.HeaderClassName
{
color: #2F671C;
}
.AnyTagClassName
{
color: #2F671C;
}
</style>
background-color css
<style>
a { background-color: #2F671C; }
a { background-color: rgb(47,103,28); }
div.DivClassName
{
background-color: #2F671C;
}
.BgClassName
{
background-color: #2F671C;
}
</style>
border-color css
<style>
span { border-color: #2F671C; }
span { border-color: rgb(47,103,28); }
td.TdClassName
{
border-color: #2F671C;
}
.TagClassName
{
border-color: #2F671C;
}
</style>