Shades of Green House #2E601F
Tints of Green House #2E601F
RGB
CMYK
RGB Variations
Color information
#2E601F (or 0x2E601F) is known color: Green House. HEX triplet: 2E, 60 and 1F. RGB value is (46,96,31). Sum of RGB (Red+Green+Blue) = 46+96+31=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #2E601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E601F is #D19FE0. Grayscale: #494949. Windows color (decimal): -13737953 or 2056238. OLE color: 2056238.
HSL color Cylindrical-coordinate representation of color #2E601F: hue angle of 106.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E601F is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 31 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.62 |
| HSL | 106.15º | 0.51% | 0.25% | - |
| HSV(B) | 106.15º | 0.68% | 0.38% | - |
| XYZ | 5.56 | 9.05 | 2.75 | - |
| YUV | 73.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 31 | 0.52 | 0 | 0.68 | 0.62 | 106.15 | 0.51 | 0.25 |
| Hex | 2E | 60 | 1F | 34 | 0 | 44 | 3E | 6A | 33 | 19 |
| Octal | 56 | 140 | 37 | 64 | 0 | 104 | 76 | 152 | 63 | 31 |
| Binary | 101110 | 1100000 | 11111 | 110100 | 0 | 1000100 | 111110 | 1101010 | 110011 | 11001 |
Color Harmonies of #2E601F
Complementary color
Monochromatic Colors of #2E601F
Black with #2E601F
Text Example
Text Example
White with #2E601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E601F; }
p { color: rgb(46,96,31); }
H1.HeaderClassName
{
color: #2E601F;
}
.AnyTagClassName
{
color: #2E601F;
}
</style>
background-color css
<style>
a { background-color: #2E601F; }
a { background-color: rgb(46,96,31); }
div.DivClassName
{
background-color: #2E601F;
}
.BgClassName
{
background-color: #2E601F;
}
</style>
border-color css
<style>
span { border-color: #2E601F; }
span { border-color: rgb(46,96,31); }
td.TdClassName
{
border-color: #2E601F;
}
.TagClassName
{
border-color: #2E601F;
}
</style>