Shades of Green House #2F6517
Tints of Green House #2F6517
RGB
CMYK
RGB Variations
Color information
#2F6517 (or 0x2F6517) is known color: Green House. HEX triplet: 2F, 65 and 17. RGB value is (47,101,23). Sum of RGB (Red+Green+Blue) = 47+101+23=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #2F6517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6517 is #D09AE8. Grayscale: #4C4C4C. Windows color (decimal): -13671145 or 1533231. OLE color: 1533231.
HSL color Cylindrical-coordinate representation of color #2F6517: hue angle of 101.54º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F6517 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 101 | 23 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.60 |
| HSL | 101.54º | 0.63% | 0.24% | - |
| HSV(B) | 101.54º | 0.77% | 0.4% | - |
| XYZ | 5.98 | 9.97 | 2.42 | - |
| YUV | 75.96 | 98.11 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 101 | 23 | 0.53 | 0 | 0.77 | 0.60 | 101.54 | 0.63 | 0.24 |
| Hex | 2F | 65 | 17 | 35 | 0 | 4D | 3C | 66 | 3F | 18 |
| Octal | 57 | 145 | 27 | 65 | 0 | 115 | 74 | 146 | 77 | 30 |
| Binary | 101111 | 1100101 | 10111 | 110101 | 0 | 1001101 | 111100 | 1100110 | 111111 | 11000 |
Color Harmonies of #2F6517
Complementary color
Monochromatic Colors of #2F6517
Black with #2F6517
Text Example
Text Example
White with #2F6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6517; }
p { color: rgb(47,101,23); }
H1.HeaderClassName
{
color: #2F6517;
}
.AnyTagClassName
{
color: #2F6517;
}
</style>
background-color css
<style>
a { background-color: #2F6517; }
a { background-color: rgb(47,101,23); }
div.DivClassName
{
background-color: #2F6517;
}
.BgClassName
{
background-color: #2F6517;
}
</style>
border-color css
<style>
span { border-color: #2F6517; }
span { border-color: rgb(47,101,23); }
td.TdClassName
{
border-color: #2F6517;
}
.TagClassName
{
border-color: #2F6517;
}
</style>