Shades of Green House #2F6217
Tints of Green House #2F6217
RGB
CMYK
RGB Variations
Color information
#2F6217 (or 0x2F6217) is known color: Green House. HEX triplet: 2F, 62 and 17. RGB value is (47,98,23). Sum of RGB (Red+Green+Blue) = 47+98+23=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6217 is #D09DE8. Grayscale: #4A4A4A. Windows color (decimal): -13671913 or 1532463. OLE color: 1532463.
HSL color Cylindrical-coordinate representation of color #2F6217: hue angle of 100.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F6217 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 23 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.62 |
| HSL | 100.8º | 0.62% | 0.24% | - |
| HSV(B) | 100.8º | 0.77% | 0.38% | - |
| XYZ | 5.69 | 9.4 | 2.33 | - |
| YUV | 74.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 23 | 0.52 | 0 | 0.77 | 0.62 | 100.8 | 0.62 | 0.24 |
| Hex | 2F | 62 | 17 | 34 | 0 | 4D | 3E | 65 | 3E | 18 |
| Octal | 57 | 142 | 27 | 64 | 0 | 115 | 76 | 145 | 76 | 30 |
| Binary | 101111 | 1100010 | 10111 | 110100 | 0 | 1001101 | 111110 | 1100101 | 111110 | 11000 |
Color Harmonies of #2F6217
Complementary color
Monochromatic Colors of #2F6217
Black with #2F6217
Text Example
Text Example
White with #2F6217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6217; }
p { color: rgb(47,98,23); }
H1.HeaderClassName
{
color: #2F6217;
}
.AnyTagClassName
{
color: #2F6217;
}
</style>
background-color css
<style>
a { background-color: #2F6217; }
a { background-color: rgb(47,98,23); }
div.DivClassName
{
background-color: #2F6217;
}
.BgClassName
{
background-color: #2F6217;
}
</style>
border-color css
<style>
span { border-color: #2F6217; }
span { border-color: rgb(47,98,23); }
td.TdClassName
{
border-color: #2F6217;
}
.TagClassName
{
border-color: #2F6217;
}
</style>