Shades of Green Waterloo #2E3024
Tints of Green Waterloo #2E3024
RGB
CMYK
RGB Variations
Color information
#2E3024 (or 0x2E3024) is known color: Green Waterloo. HEX triplet: 2E, 30 and 24. RGB value is (46,48,36). Sum of RGB (Red+Green+Blue) = 46+48+36=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3024 is #D1CFDB. Grayscale: #2E2E2E. Windows color (decimal): -13750236 or 2371630. OLE color: 2371630.
HSL color Cylindrical-coordinate representation of color #2E3024: hue angle of 70º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E3024 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 48 | 36 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.81 |
| HSL | 70º | 0.14% | 0.16% | - |
| HSV(B) | 70º | 0.25% | 0.19% | - |
| XYZ | 2.5 | 2.82 | 2.08 | - |
| YUV | 46.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 36 | 0.04 | 0 | 0.25 | 0.81 | 70 | 0.14 | 0.16 |
| Hex | 2E | 30 | 24 | 4 | 0 | 19 | 51 | 46 | E | 10 |
| Octal | 56 | 60 | 44 | 4 | 0 | 31 | 121 | 106 | 16 | 20 |
| Binary | 101110 | 110000 | 100100 | 100 | 0 | 11001 | 1010001 | 1000110 | 1110 | 10000 |
Color Harmonies of #2E3024
Complementary color
Monochromatic Colors of #2E3024
Black with #2E3024
Text Example
Text Example
White with #2E3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3024; }
p { color: rgb(46,48,36); }
H1.HeaderClassName
{
color: #2E3024;
}
.AnyTagClassName
{
color: #2E3024;
}
</style>
background-color css
<style>
a { background-color: #2E3024; }
a { background-color: rgb(46,48,36); }
div.DivClassName
{
background-color: #2E3024;
}
.BgClassName
{
background-color: #2E3024;
}
</style>
border-color css
<style>
span { border-color: #2E3024; }
span { border-color: rgb(46,48,36); }
td.TdClassName
{
border-color: #2E3024;
}
.TagClassName
{
border-color: #2E3024;
}
</style>