Shades of Green House #2F6114
Tints of Green House #2F6114
RGB
CMYK
RGB Variations
Color information
#2F6114 (or 0x2F6114) is known color: Green House. HEX triplet: 2F, 61 and 14. RGB value is (47,97,20). Sum of RGB (Red+Green+Blue) = 47+97+20=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6114 is #D09EEB. Grayscale: #494949. Windows color (decimal): -13672172 or 1335599. OLE color: 1335599.
HSL color Cylindrical-coordinate representation of color #2F6114: hue angle of 98.96º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F6114 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 20 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.62 |
| HSL | 98.96º | 0.66% | 0.23% | - |
| HSV(B) | 98.96º | 0.79% | 0.38% | - |
| XYZ | 5.57 | 9.2 | 2.14 | - |
| YUV | 73.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 20 | 0.52 | 0 | 0.79 | 0.62 | 98.96 | 0.66 | 0.23 |
| Hex | 2F | 61 | 14 | 34 | 0 | 4F | 3E | 63 | 42 | 17 |
| Octal | 57 | 141 | 24 | 64 | 0 | 117 | 76 | 143 | 102 | 27 |
| Binary | 101111 | 1100001 | 10100 | 110100 | 0 | 1001111 | 111110 | 1100011 | 1000010 | 10111 |
Color Harmonies of #2F6114
Complementary color
Monochromatic Colors of #2F6114
Black with #2F6114
Text Example
Text Example
White with #2F6114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6114; }
p { color: rgb(47,97,20); }
H1.HeaderClassName
{
color: #2F6114;
}
.AnyTagClassName
{
color: #2F6114;
}
</style>
background-color css
<style>
a { background-color: #2F6114; }
a { background-color: rgb(47,97,20); }
div.DivClassName
{
background-color: #2F6114;
}
.BgClassName
{
background-color: #2F6114;
}
</style>
border-color css
<style>
span { border-color: #2F6114; }
span { border-color: rgb(47,97,20); }
td.TdClassName
{
border-color: #2F6114;
}
.TagClassName
{
border-color: #2F6114;
}
</style>