Shades of Green House #2F6424
Tints of Green House #2F6424
RGB
CMYK
RGB Variations
Color information
#2F6424 (or 0x2F6424) is known color: Green House. HEX triplet: 2F, 64 and 24. RGB value is (47,100,36). Sum of RGB (Red+Green+Blue) = 47+100+36=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #2F6424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6424 is #D09BDB. Grayscale: #4D4D4D. Windows color (decimal): -13671388 or 2384943. OLE color: 2384943.
HSL color Cylindrical-coordinate representation of color #2F6424: hue angle of 109.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F6424 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 100 | 36 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.61 |
| HSL | 109.69º | 0.47% | 0.27% | - |
| HSV(B) | 109.69º | 0.64% | 0.39% | - |
| XYZ | 6.05 | 9.85 | 3.25 | - |
| YUV | 76.86 | 104.94 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 36 | 0.53 | 0 | 0.64 | 0.61 | 109.69 | 0.47 | 0.27 |
| Hex | 2F | 64 | 24 | 35 | 0 | 40 | 3D | 6E | 2F | 1B |
| Octal | 57 | 144 | 44 | 65 | 0 | 100 | 75 | 156 | 57 | 33 |
| Binary | 101111 | 1100100 | 100100 | 110101 | 0 | 1000000 | 111101 | 1101110 | 101111 | 11011 |
Color Harmonies of #2F6424
Complementary color
Monochromatic Colors of #2F6424
Black with #2F6424
Text Example
Text Example
White with #2F6424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6424; }
p { color: rgb(47,100,36); }
H1.HeaderClassName
{
color: #2F6424;
}
.AnyTagClassName
{
color: #2F6424;
}
</style>
background-color css
<style>
a { background-color: #2F6424; }
a { background-color: rgb(47,100,36); }
div.DivClassName
{
background-color: #2F6424;
}
.BgClassName
{
background-color: #2F6424;
}
</style>
border-color css
<style>
span { border-color: #2F6424; }
span { border-color: rgb(47,100,36); }
td.TdClassName
{
border-color: #2F6424;
}
.TagClassName
{
border-color: #2F6424;
}
</style>