Shades of Green Waterloo #2D3119
Tints of Green Waterloo #2D3119
RGB
CMYK
RGB Variations
Color information
#2D3119 (or 0x2D3119) is known color: Green Waterloo. HEX triplet: 2D, 31 and 19. RGB value is (45,49,25). Sum of RGB (Red+Green+Blue) = 45+49+25=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3119 is #D2CEE6. Grayscale: #2D2D2D. Windows color (decimal): -13815527 or 1650989. OLE color: 1650989.
HSL color Cylindrical-coordinate representation of color #2D3119: hue angle of 70º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D3119 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 25 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.81 |
| HSL | 70º | 0.32% | 0.15% | - |
| HSV(B) | 70º | 0.49% | 0.19% | - |
| XYZ | 2.36 | 2.82 | 1.34 | - |
| YUV | 45.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 25 | 0.08 | 0 | 0.49 | 0.81 | 70 | 0.32 | 0.15 |
| Hex | 2D | 31 | 19 | 8 | 0 | 31 | 51 | 46 | 20 | F |
| Octal | 55 | 61 | 31 | 10 | 0 | 61 | 121 | 106 | 40 | 17 |
| Binary | 101101 | 110001 | 11001 | 1000 | 0 | 110001 | 1010001 | 1000110 | 100000 | 1111 |
Color Harmonies of #2D3119
Complementary color
Monochromatic Colors of #2D3119
Black with #2D3119
Text Example
Text Example
White with #2D3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3119; }
p { color: rgb(45,49,25); }
H1.HeaderClassName
{
color: #2D3119;
}
.AnyTagClassName
{
color: #2D3119;
}
</style>
background-color css
<style>
a { background-color: #2D3119; }
a { background-color: rgb(45,49,25); }
div.DivClassName
{
background-color: #2D3119;
}
.BgClassName
{
background-color: #2D3119;
}
</style>
border-color css
<style>
span { border-color: #2D3119; }
span { border-color: rgb(45,49,25); }
td.TdClassName
{
border-color: #2D3119;
}
.TagClassName
{
border-color: #2D3119;
}
</style>