Shades of Green House #2F6824
Tints of Green House #2F6824
RGB
CMYK
RGB Variations
Color information
#2F6824 (or 0x2F6824) is known color: Green House. HEX triplet: 2F, 68 and 24. RGB value is (47,104,36). Sum of RGB (Red+Green+Blue) = 47+104+36=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6824 is #D097DB. Grayscale: #4F4F4F. Windows color (decimal): -13670364 or 2385967. OLE color: 2385967.
HSL color Cylindrical-coordinate representation of color #2F6824: hue angle of 110.29º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6824 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 36 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.59 |
| HSL | 110.29º | 0.49% | 0.27% | - |
| HSV(B) | 110.29º | 0.65% | 0.41% | - |
| XYZ | 6.44 | 10.63 | 3.38 | - |
| YUV | 79.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 36 | 0.55 | 0 | 0.65 | 0.59 | 110.29 | 0.49 | 0.27 |
| Hex | 2F | 68 | 24 | 37 | 0 | 41 | 3B | 6E | 31 | 1B |
| Octal | 57 | 150 | 44 | 67 | 0 | 101 | 73 | 156 | 61 | 33 |
| Binary | 101111 | 1101000 | 100100 | 110111 | 0 | 1000001 | 111011 | 1101110 | 110001 | 11011 |
Color Harmonies of #2F6824
Complementary color
Monochromatic Colors of #2F6824
Black with #2F6824
Text Example
Text Example
White with #2F6824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6824; }
p { color: rgb(47,104,36); }
H1.HeaderClassName
{
color: #2F6824;
}
.AnyTagClassName
{
color: #2F6824;
}
</style>
background-color css
<style>
a { background-color: #2F6824; }
a { background-color: rgb(47,104,36); }
div.DivClassName
{
background-color: #2F6824;
}
.BgClassName
{
background-color: #2F6824;
}
</style>
border-color css
<style>
span { border-color: #2F6824; }
span { border-color: rgb(47,104,36); }
td.TdClassName
{
border-color: #2F6824;
}
.TagClassName
{
border-color: #2F6824;
}
</style>