Shades of Green House #2E6019
Tints of Green House #2E6019
RGB
CMYK
RGB Variations
Color information
#2E6019 (or 0x2E6019) is known color: Green House. HEX triplet: 2E, 60 and 19. RGB value is (46,96,25). Sum of RGB (Red+Green+Blue) = 46+96+25=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6019 is #D19FE6. Grayscale: #494949. Windows color (decimal): -13737959 or 1663022. OLE color: 1663022.
HSL color Cylindrical-coordinate representation of color #2E6019: hue angle of 102.25º 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 #2E6019 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 25 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.62 |
| HSL | 102.25º | 0.59% | 0.24% | - |
| HSV(B) | 102.25º | 0.74% | 0.38% | - |
| XYZ | 5.49 | 9.02 | 2.37 | - |
| YUV | 72.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 25 | 0.52 | 0 | 0.74 | 0.62 | 102.25 | 0.59 | 0.24 |
| Hex | 2E | 60 | 19 | 34 | 0 | 4A | 3E | 66 | 3B | 18 |
| Octal | 56 | 140 | 31 | 64 | 0 | 112 | 76 | 146 | 73 | 30 |
| Binary | 101110 | 1100000 | 11001 | 110100 | 0 | 1001010 | 111110 | 1100110 | 111011 | 11000 |
Color Harmonies of #2E6019
Complementary color
Monochromatic Colors of #2E6019
Black with #2E6019
Text Example
Text Example
White with #2E6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6019; }
p { color: rgb(46,96,25); }
H1.HeaderClassName
{
color: #2E6019;
}
.AnyTagClassName
{
color: #2E6019;
}
</style>
background-color css
<style>
a { background-color: #2E6019; }
a { background-color: rgb(46,96,25); }
div.DivClassName
{
background-color: #2E6019;
}
.BgClassName
{
background-color: #2E6019;
}
</style>
border-color css
<style>
span { border-color: #2E6019; }
span { border-color: rgb(46,96,25); }
td.TdClassName
{
border-color: #2E6019;
}
.TagClassName
{
border-color: #2E6019;
}
</style>