Shades of Green House #2F6322
Tints of Green House #2F6322
RGB
CMYK
RGB Variations
Color information
#2F6322 (or 0x2F6322) is known color: Green House. HEX triplet: 2F, 63 and 22. RGB value is (47,99,34). Sum of RGB (Red+Green+Blue) = 47+99+34=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6322 is #D09CDD. Grayscale: #4C4C4C. Windows color (decimal): -13671646 or 2253615. OLE color: 2253615.
HSL color Cylindrical-coordinate representation of color #2F6322: hue angle of 108º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F6322 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 34 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.61 |
| HSL | 108º | 0.49% | 0.26% | - |
| HSV(B) | 108º | 0.66% | 0.39% | - |
| XYZ | 5.92 | 9.64 | 3.06 | - |
| YUV | 76.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 34 | 0.53 | 0 | 0.66 | 0.61 | 108 | 0.49 | 0.26 |
| Hex | 2F | 63 | 22 | 35 | 0 | 42 | 3D | 6C | 31 | 1A |
| Octal | 57 | 143 | 42 | 65 | 0 | 102 | 75 | 154 | 61 | 32 |
| Binary | 101111 | 1100011 | 100010 | 110101 | 0 | 1000010 | 111101 | 1101100 | 110001 | 11010 |
Color Harmonies of #2F6322
Complementary color
Monochromatic Colors of #2F6322
Black with #2F6322
Text Example
Text Example
White with #2F6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6322; }
p { color: rgb(47,99,34); }
H1.HeaderClassName
{
color: #2F6322;
}
.AnyTagClassName
{
color: #2F6322;
}
</style>
background-color css
<style>
a { background-color: #2F6322; }
a { background-color: rgb(47,99,34); }
div.DivClassName
{
background-color: #2F6322;
}
.BgClassName
{
background-color: #2F6322;
}
</style>
border-color css
<style>
span { border-color: #2F6322; }
span { border-color: rgb(47,99,34); }
td.TdClassName
{
border-color: #2F6322;
}
.TagClassName
{
border-color: #2F6322;
}
</style>