Shades of Green Waterloo #2E301A
Tints of Green Waterloo #2E301A
RGB
CMYK
RGB Variations
Color information
#2E301A (or 0x2E301A) is known color: Green Waterloo. HEX triplet: 2E, 30 and 1A. RGB value is (46,48,26). Sum of RGB (Red+Green+Blue) = 46+48+26=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #2E301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E301A is #D1CFE5. Grayscale: #2C2C2C. Windows color (decimal): -13750246 or 1716270. OLE color: 1716270.
HSL color Cylindrical-coordinate representation of color #2E301A: hue angle of 65.45º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E301A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 48 | 26 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.81 |
| HSL | 65.45º | 0.3% | 0.15% | - |
| HSV(B) | 65.45º | 0.46% | 0.19% | - |
| XYZ | 2.37 | 2.77 | 1.39 | - |
| YUV | 44.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 26 | 0.04 | 0 | 0.46 | 0.81 | 65.45 | 0.3 | 0.15 |
| Hex | 2E | 30 | 1A | 4 | 0 | 2E | 51 | 41 | 1E | F |
| Octal | 56 | 60 | 32 | 4 | 0 | 56 | 121 | 101 | 36 | 17 |
| Binary | 101110 | 110000 | 11010 | 100 | 0 | 101110 | 1010001 | 1000001 | 11110 | 1111 |
Color Harmonies of #2E301A
Complementary color
Monochromatic Colors of #2E301A
Black with #2E301A
Text Example
Text Example
White with #2E301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E301A; }
p { color: rgb(46,48,26); }
H1.HeaderClassName
{
color: #2E301A;
}
.AnyTagClassName
{
color: #2E301A;
}
</style>
background-color css
<style>
a { background-color: #2E301A; }
a { background-color: rgb(46,48,26); }
div.DivClassName
{
background-color: #2E301A;
}
.BgClassName
{
background-color: #2E301A;
}
</style>
border-color css
<style>
span { border-color: #2E301A; }
span { border-color: rgb(46,48,26); }
td.TdClassName
{
border-color: #2E301A;
}
.TagClassName
{
border-color: #2E301A;
}
</style>