Shades of Green House #2E6215
Tints of Green House #2E6215
RGB
CMYK
RGB Variations
Color information
#2E6215 (or 0x2E6215) is known color: Green House. HEX triplet: 2E, 62 and 15. RGB value is (46,98,21). Sum of RGB (Red+Green+Blue) = 46+98+21=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6215 is #D19DEA. Grayscale: #494949. Windows color (decimal): -13737451 or 1401390. OLE color: 1401390.
HSL color Cylindrical-coordinate representation of color #2E6215: hue angle of 100.52º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6215 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 21 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.62 |
| HSL | 100.52º | 0.65% | 0.23% | - |
| HSV(B) | 100.52º | 0.79% | 0.38% | - |
| XYZ | 5.63 | 9.37 | 2.22 | - |
| YUV | 73.67 | 98.27 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 21 | 0.53 | 0 | 0.79 | 0.62 | 100.52 | 0.65 | 0.23 |
| Hex | 2E | 62 | 15 | 35 | 0 | 4F | 3E | 65 | 41 | 17 |
| Octal | 56 | 142 | 25 | 65 | 0 | 117 | 76 | 145 | 101 | 27 |
| Binary | 101110 | 1100010 | 10101 | 110101 | 0 | 1001111 | 111110 | 1100101 | 1000001 | 10111 |
Color Harmonies of #2E6215
Complementary color
Monochromatic Colors of #2E6215
Black with #2E6215
Text Example
Text Example
White with #2E6215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6215; }
p { color: rgb(46,98,21); }
H1.HeaderClassName
{
color: #2E6215;
}
.AnyTagClassName
{
color: #2E6215;
}
</style>
background-color css
<style>
a { background-color: #2E6215; }
a { background-color: rgb(46,98,21); }
div.DivClassName
{
background-color: #2E6215;
}
.BgClassName
{
background-color: #2E6215;
}
</style>
border-color css
<style>
span { border-color: #2E6215; }
span { border-color: rgb(46,98,21); }
td.TdClassName
{
border-color: #2E6215;
}
.TagClassName
{
border-color: #2E6215;
}
</style>