Shades of Green House #2E6117
Tints of Green House #2E6117
RGB
CMYK
RGB Variations
Color information
#2E6117 (or 0x2E6117) is known color: Green House. HEX triplet: 2E, 61 and 17. RGB value is (46,97,23). Sum of RGB (Red+Green+Blue) = 46+97+23=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6117 is #D19EE8. Grayscale: #494949. Windows color (decimal): -13737705 or 1532206. OLE color: 1532206.
HSL color Cylindrical-coordinate representation of color #2E6117: hue angle of 101.35º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E6117 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 23 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.62 |
| HSL | 101.35º | 0.62% | 0.24% | - |
| HSV(B) | 101.35º | 0.76% | 0.38% | - |
| XYZ | 5.56 | 9.19 | 2.29 | - |
| YUV | 73.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 23 | 0.53 | 0 | 0.76 | 0.62 | 101.35 | 0.62 | 0.24 |
| Hex | 2E | 61 | 17 | 35 | 0 | 4C | 3E | 65 | 3E | 18 |
| Octal | 56 | 141 | 27 | 65 | 0 | 114 | 76 | 145 | 76 | 30 |
| Binary | 101110 | 1100001 | 10111 | 110101 | 0 | 1001100 | 111110 | 1100101 | 111110 | 11000 |
Color Harmonies of #2E6117
Complementary color
Monochromatic Colors of #2E6117
Black with #2E6117
Text Example
Text Example
White with #2E6117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6117; }
p { color: rgb(46,97,23); }
H1.HeaderClassName
{
color: #2E6117;
}
.AnyTagClassName
{
color: #2E6117;
}
</style>
background-color css
<style>
a { background-color: #2E6117; }
a { background-color: rgb(46,97,23); }
div.DivClassName
{
background-color: #2E6117;
}
.BgClassName
{
background-color: #2E6117;
}
</style>
border-color css
<style>
span { border-color: #2E6117; }
span { border-color: rgb(46,97,23); }
td.TdClassName
{
border-color: #2E6117;
}
.TagClassName
{
border-color: #2E6117;
}
</style>