Shades of Green House #2E6418
Tints of Green House #2E6418
RGB
CMYK
RGB Variations
Color information
#2E6418 (or 0x2E6418) is known color: Green House. HEX triplet: 2E, 64 and 18. RGB value is (46,100,24). Sum of RGB (Red+Green+Blue) = 46+100+24=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #2E6418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6418 is #D19BE7. Grayscale: #4B4B4B. Windows color (decimal): -13736936 or 1598510. OLE color: 1598510.
HSL color Cylindrical-coordinate representation of color #2E6418: hue angle of 102.63º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E6418 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 100 | 24 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.61 |
| HSL | 102.63º | 0.61% | 0.24% | - |
| HSV(B) | 102.63º | 0.76% | 0.39% | - |
| XYZ | 5.85 | 9.76 | 2.44 | - |
| YUV | 75.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 24 | 0.54 | 0 | 0.76 | 0.61 | 102.63 | 0.61 | 0.24 |
| Hex | 2E | 64 | 18 | 36 | 0 | 4C | 3D | 67 | 3D | 18 |
| Octal | 56 | 144 | 30 | 66 | 0 | 114 | 75 | 147 | 75 | 30 |
| Binary | 101110 | 1100100 | 11000 | 110110 | 0 | 1001100 | 111101 | 1100111 | 111101 | 11000 |
Color Harmonies of #2E6418
Complementary color
Monochromatic Colors of #2E6418
Black with #2E6418
Text Example
Text Example
White with #2E6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6418; }
p { color: rgb(46,100,24); }
H1.HeaderClassName
{
color: #2E6418;
}
.AnyTagClassName
{
color: #2E6418;
}
</style>
background-color css
<style>
a { background-color: #2E6418; }
a { background-color: rgb(46,100,24); }
div.DivClassName
{
background-color: #2E6418;
}
.BgClassName
{
background-color: #2E6418;
}
</style>
border-color css
<style>
span { border-color: #2E6418; }
span { border-color: rgb(46,100,24); }
td.TdClassName
{
border-color: #2E6418;
}
.TagClassName
{
border-color: #2E6418;
}
</style>