Shades of Green House #2F6113
Tints of Green House #2F6113
RGB
CMYK
RGB Variations
Color information
#2F6113 (or 0x2F6113) is known color: Green House. HEX triplet: 2F, 61 and 13. RGB value is (47,97,19). Sum of RGB (Red+Green+Blue) = 47+97+19=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6113 is #D09EEC. Grayscale: #494949. Windows color (decimal): -13672173 or 1270063. OLE color: 1270063.
HSL color Cylindrical-coordinate representation of color #2F6113: hue angle of 98.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F6113 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 19 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.62 |
| HSL | 98.46º | 0.67% | 0.23% | - |
| HSV(B) | 98.46º | 0.8% | 0.38% | - |
| XYZ | 5.56 | 9.2 | 2.1 | - |
| YUV | 73.16 | 97.44 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 19 | 0.52 | 0 | 0.80 | 0.62 | 98.46 | 0.67 | 0.23 |
| Hex | 2F | 61 | 13 | 34 | 0 | 50 | 3E | 62 | 43 | 17 |
| Octal | 57 | 141 | 23 | 64 | 0 | 120 | 76 | 142 | 103 | 27 |
| Binary | 101111 | 1100001 | 10011 | 110100 | 0 | 1010000 | 111110 | 1100010 | 1000011 | 10111 |
Color Harmonies of #2F6113
Complementary color
Monochromatic Colors of #2F6113
Black with #2F6113
Text Example
Text Example
White with #2F6113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6113; }
p { color: rgb(47,97,19); }
H1.HeaderClassName
{
color: #2F6113;
}
.AnyTagClassName
{
color: #2F6113;
}
</style>
background-color css
<style>
a { background-color: #2F6113; }
a { background-color: rgb(47,97,19); }
div.DivClassName
{
background-color: #2F6113;
}
.BgClassName
{
background-color: #2F6113;
}
</style>
border-color css
<style>
span { border-color: #2F6113; }
span { border-color: rgb(47,97,19); }
td.TdClassName
{
border-color: #2F6113;
}
.TagClassName
{
border-color: #2F6113;
}
</style>