Shades of Green House #2F601C
Tints of Green House #2F601C
RGB
CMYK
RGB Variations
Color information
#2F601C (or 0x2F601C) is known color: Green House. HEX triplet: 2F, 60 and 1C. RGB value is (47,96,28). Sum of RGB (Red+Green+Blue) = 47+96+28=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #2F601C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F601C is #D09FE3. Grayscale: #494949. Windows color (decimal): -13672420 or 1859631. OLE color: 1859631.
HSL color Cylindrical-coordinate representation of color #2F601C: hue angle of 103.24º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F601C is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 28 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.62 |
| HSL | 103.24º | 0.55% | 0.24% | - |
| HSV(B) | 103.24º | 0.71% | 0.38% | - |
| XYZ | 5.56 | 9.05 | 2.55 | - |
| YUV | 73.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 28 | 0.51 | 0 | 0.71 | 0.62 | 103.24 | 0.55 | 0.24 |
| Hex | 2F | 60 | 1C | 33 | 0 | 47 | 3E | 67 | 37 | 18 |
| Octal | 57 | 140 | 34 | 63 | 0 | 107 | 76 | 147 | 67 | 30 |
| Binary | 101111 | 1100000 | 11100 | 110011 | 0 | 1000111 | 111110 | 1100111 | 110111 | 11000 |
Color Harmonies of #2F601C
Complementary color
Monochromatic Colors of #2F601C
Black with #2F601C
Text Example
Text Example
White with #2F601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F601C; }
p { color: rgb(47,96,28); }
H1.HeaderClassName
{
color: #2F601C;
}
.AnyTagClassName
{
color: #2F601C;
}
</style>
background-color css
<style>
a { background-color: #2F601C; }
a { background-color: rgb(47,96,28); }
div.DivClassName
{
background-color: #2F601C;
}
.BgClassName
{
background-color: #2F601C;
}
</style>
border-color css
<style>
span { border-color: #2F601C; }
span { border-color: rgb(47,96,28); }
td.TdClassName
{
border-color: #2F601C;
}
.TagClassName
{
border-color: #2F601C;
}
</style>