Shades of Green House #2E6018
Tints of Green House #2E6018
RGB
CMYK
RGB Variations
Color information
#2E6018 (or 0x2E6018) is known color: Green House. HEX triplet: 2E, 60 and 18. RGB value is (46,96,24). Sum of RGB (Red+Green+Blue) = 46+96+24=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6018 is #D19FE7. Grayscale: #494949. Windows color (decimal): -13737960 or 1597486. OLE color: 1597486.
HSL color Cylindrical-coordinate representation of color #2E6018: hue angle of 101.67º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E6018 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 24 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.62 |
| HSL | 101.67º | 0.6% | 0.24% | - |
| HSV(B) | 101.67º | 0.75% | 0.38% | - |
| XYZ | 5.47 | 9.01 | 2.32 | - |
| YUV | 72.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 24 | 0.52 | 0 | 0.75 | 0.62 | 101.67 | 0.6 | 0.24 |
| Hex | 2E | 60 | 18 | 34 | 0 | 4B | 3E | 66 | 3C | 18 |
| Octal | 56 | 140 | 30 | 64 | 0 | 113 | 76 | 146 | 74 | 30 |
| Binary | 101110 | 1100000 | 11000 | 110100 | 0 | 1001011 | 111110 | 1100110 | 111100 | 11000 |
Color Harmonies of #2E6018
Complementary color
Monochromatic Colors of #2E6018
Black with #2E6018
Text Example
Text Example
White with #2E6018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6018; }
p { color: rgb(46,96,24); }
H1.HeaderClassName
{
color: #2E6018;
}
.AnyTagClassName
{
color: #2E6018;
}
</style>
background-color css
<style>
a { background-color: #2E6018; }
a { background-color: rgb(46,96,24); }
div.DivClassName
{
background-color: #2E6018;
}
.BgClassName
{
background-color: #2E6018;
}
</style>
border-color css
<style>
span { border-color: #2E6018; }
span { border-color: rgb(46,96,24); }
td.TdClassName
{
border-color: #2E6018;
}
.TagClassName
{
border-color: #2E6018;
}
</style>