Shades of Green House #2F6B20
Tints of Green House #2F6B20
RGB
CMYK
RGB Variations
Color information
#2F6B20 (or 0x2F6B20) is known color: Green House. HEX triplet: 2F, 6B and 20. RGB value is (47,107,32). Sum of RGB (Red+Green+Blue) = 47+107+32=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6B20 is #D094DF. Grayscale: #505050. Windows color (decimal): -13669600 or 2124591. OLE color: 2124591.
HSL color Cylindrical-coordinate representation of color #2F6B20: hue angle of 108º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F6B20 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 107 | 32 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.58 |
| HSL | 108º | 0.54% | 0.27% | - |
| HSV(B) | 108º | 0.7% | 0.42% | - |
| XYZ | 6.69 | 11.22 | 3.18 | - |
| YUV | 80.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 107 | 32 | 0.56 | 0 | 0.70 | 0.58 | 108 | 0.54 | 0.27 |
| Hex | 2F | 6B | 20 | 38 | 0 | 46 | 3A | 6C | 36 | 1B |
| Octal | 57 | 153 | 40 | 70 | 0 | 106 | 72 | 154 | 66 | 33 |
| Binary | 101111 | 1101011 | 100000 | 111000 | 0 | 1000110 | 111010 | 1101100 | 110110 | 11011 |
Color Harmonies of #2F6B20
Complementary color
Monochromatic Colors of #2F6B20
Black with #2F6B20
Text Example
Text Example
White with #2F6B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6B20; }
p { color: rgb(47,107,32); }
H1.HeaderClassName
{
color: #2F6B20;
}
.AnyTagClassName
{
color: #2F6B20;
}
</style>
background-color css
<style>
a { background-color: #2F6B20; }
a { background-color: rgb(47,107,32); }
div.DivClassName
{
background-color: #2F6B20;
}
.BgClassName
{
background-color: #2F6B20;
}
</style>
border-color css
<style>
span { border-color: #2F6B20; }
span { border-color: rgb(47,107,32); }
td.TdClassName
{
border-color: #2F6B20;
}
.TagClassName
{
border-color: #2F6B20;
}
</style>