Shades of Green House #2E6119
Tints of Green House #2E6119
RGB
CMYK
RGB Variations
Color information
#2E6119 (or 0x2E6119) is known color: Green House. HEX triplet: 2E, 61 and 19. RGB value is (46,97,25). Sum of RGB (Red+Green+Blue) = 46+97+25=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6119 is #D19EE6. Grayscale: #494949. Windows color (decimal): -13737703 or 1663278. OLE color: 1663278.
HSL color Cylindrical-coordinate representation of color #2E6119: hue angle of 102.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E6119 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 25 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.62 |
| HSL | 102.5º | 0.59% | 0.24% | - |
| HSV(B) | 102.5º | 0.74% | 0.38% | - |
| XYZ | 5.58 | 9.2 | 2.4 | - |
| YUV | 73.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 25 | 0.53 | 0 | 0.74 | 0.62 | 102.5 | 0.59 | 0.24 |
| Hex | 2E | 61 | 19 | 35 | 0 | 4A | 3E | 66 | 3B | 18 |
| Octal | 56 | 141 | 31 | 65 | 0 | 112 | 76 | 146 | 73 | 30 |
| Binary | 101110 | 1100001 | 11001 | 110101 | 0 | 1001010 | 111110 | 1100110 | 111011 | 11000 |
Color Harmonies of #2E6119
Complementary color
Monochromatic Colors of #2E6119
Black with #2E6119
Text Example
Text Example
White with #2E6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6119; }
p { color: rgb(46,97,25); }
H1.HeaderClassName
{
color: #2E6119;
}
.AnyTagClassName
{
color: #2E6119;
}
</style>
background-color css
<style>
a { background-color: #2E6119; }
a { background-color: rgb(46,97,25); }
div.DivClassName
{
background-color: #2E6119;
}
.BgClassName
{
background-color: #2E6119;
}
</style>
border-color css
<style>
span { border-color: #2E6119; }
span { border-color: rgb(46,97,25); }
td.TdClassName
{
border-color: #2E6119;
}
.TagClassName
{
border-color: #2E6119;
}
</style>