Shades of Green House #2F6224
Tints of Green House #2F6224
RGB
CMYK
RGB Variations
Color information
#2F6224 (or 0x2F6224) is known color: Green House. HEX triplet: 2F, 62 and 24. RGB value is (47,98,36). Sum of RGB (Red+Green+Blue) = 47+98+36=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6224 is #D09DDB. Grayscale: #4B4B4B. Windows color (decimal): -13671900 or 2384431. OLE color: 2384431.
HSL color Cylindrical-coordinate representation of color #2F6224: hue angle of 109.35º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F6224 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 36 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.62 |
| HSL | 109.35º | 0.46% | 0.26% | - |
| HSV(B) | 109.35º | 0.63% | 0.38% | - |
| XYZ | 5.86 | 9.47 | 3.19 | - |
| YUV | 75.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 36 | 0.52 | 0 | 0.63 | 0.62 | 109.35 | 0.46 | 0.26 |
| Hex | 2F | 62 | 24 | 34 | 0 | 3F | 3E | 6D | 2E | 1A |
| Octal | 57 | 142 | 44 | 64 | 0 | 77 | 76 | 155 | 56 | 32 |
| Binary | 101111 | 1100010 | 100100 | 110100 | 0 | 111111 | 111110 | 1101101 | 101110 | 11010 |
Color Harmonies of #2F6224
Complementary color
Monochromatic Colors of #2F6224
Black with #2F6224
Text Example
Text Example
White with #2F6224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6224; }
p { color: rgb(47,98,36); }
H1.HeaderClassName
{
color: #2F6224;
}
.AnyTagClassName
{
color: #2F6224;
}
</style>
background-color css
<style>
a { background-color: #2F6224; }
a { background-color: rgb(47,98,36); }
div.DivClassName
{
background-color: #2F6224;
}
.BgClassName
{
background-color: #2F6224;
}
</style>
border-color css
<style>
span { border-color: #2F6224; }
span { border-color: rgb(47,98,36); }
td.TdClassName
{
border-color: #2F6224;
}
.TagClassName
{
border-color: #2F6224;
}
</style>