Shades of Green House #2E611A
Tints of Green House #2E611A
RGB
CMYK
RGB Variations
Color information
#2E611A (or 0x2E611A) is known color: Green House. HEX triplet: 2E, 61 and 1A. RGB value is (46,97,26). Sum of RGB (Red+Green+Blue) = 46+97+26=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #2E611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E611A is #D19EE5. Grayscale: #494949. Windows color (decimal): -13737702 or 1728814. OLE color: 1728814.
HSL color Cylindrical-coordinate representation of color #2E611A: hue angle of 103.1º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E611A is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 26 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.62 |
| HSL | 103.1º | 0.58% | 0.24% | - |
| HSV(B) | 103.1º | 0.73% | 0.38% | - |
| XYZ | 5.59 | 9.2 | 2.46 | - |
| YUV | 73.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 26 | 0.53 | 0 | 0.73 | 0.62 | 103.1 | 0.58 | 0.24 |
| Hex | 2E | 61 | 1A | 35 | 0 | 49 | 3E | 67 | 3A | 18 |
| Octal | 56 | 141 | 32 | 65 | 0 | 111 | 76 | 147 | 72 | 30 |
| Binary | 101110 | 1100001 | 11010 | 110101 | 0 | 1001001 | 111110 | 1100111 | 111010 | 11000 |
Color Harmonies of #2E611A
Complementary color
Monochromatic Colors of #2E611A
Black with #2E611A
Text Example
Text Example
White with #2E611A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E611A; }
p { color: rgb(46,97,26); }
H1.HeaderClassName
{
color: #2E611A;
}
.AnyTagClassName
{
color: #2E611A;
}
</style>
background-color css
<style>
a { background-color: #2E611A; }
a { background-color: rgb(46,97,26); }
div.DivClassName
{
background-color: #2E611A;
}
.BgClassName
{
background-color: #2E611A;
}
</style>
border-color css
<style>
span { border-color: #2E611A; }
span { border-color: rgb(46,97,26); }
td.TdClassName
{
border-color: #2E611A;
}
.TagClassName
{
border-color: #2E611A;
}
</style>