Shades of Green House #2E611F
Tints of Green House #2E611F
RGB
CMYK
RGB Variations
Color information
#2E611F (or 0x2E611F) is known color: Green House. HEX triplet: 2E, 61 and 1F. RGB value is (46,97,31). Sum of RGB (Red+Green+Blue) = 46+97+31=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #2E611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E611F is #D19EE0. Grayscale: #4A4A4A. Windows color (decimal): -13737697 or 2056494. OLE color: 2056494.
HSL color Cylindrical-coordinate representation of color #2E611F: hue angle of 106.36º degrees, saturation: 0.52, 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 #2E611F is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 31 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.62 |
| HSL | 106.36º | 0.52% | 0.25% | - |
| HSV(B) | 106.36º | 0.68% | 0.38% | - |
| XYZ | 5.65 | 9.23 | 2.78 | - |
| YUV | 74.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 31 | 0.53 | 0 | 0.68 | 0.62 | 106.36 | 0.52 | 0.25 |
| Hex | 2E | 61 | 1F | 35 | 0 | 44 | 3E | 6A | 34 | 19 |
| Octal | 56 | 141 | 37 | 65 | 0 | 104 | 76 | 152 | 64 | 31 |
| Binary | 101110 | 1100001 | 11111 | 110101 | 0 | 1000100 | 111110 | 1101010 | 110100 | 11001 |
Color Harmonies of #2E611F
Complementary color
Monochromatic Colors of #2E611F
Black with #2E611F
Text Example
Text Example
White with #2E611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E611F; }
p { color: rgb(46,97,31); }
H1.HeaderClassName
{
color: #2E611F;
}
.AnyTagClassName
{
color: #2E611F;
}
</style>
background-color css
<style>
a { background-color: #2E611F; }
a { background-color: rgb(46,97,31); }
div.DivClassName
{
background-color: #2E611F;
}
.BgClassName
{
background-color: #2E611F;
}
</style>
border-color css
<style>
span { border-color: #2E611F; }
span { border-color: rgb(46,97,31); }
td.TdClassName
{
border-color: #2E611F;
}
.TagClassName
{
border-color: #2E611F;
}
</style>