Shades of Green Waterloo #2D3118
Tints of Green Waterloo #2D3118
RGB
CMYK
RGB Variations
Color information
#2D3118 (or 0x2D3118) is known color: Green Waterloo. HEX triplet: 2D, 31 and 18. RGB value is (45,49,24). Sum of RGB (Red+Green+Blue) = 45+49+24=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3118 is #D2CEE7. Grayscale: #2D2D2D. Windows color (decimal): -13815528 or 1585453. OLE color: 1585453.
HSL color Cylindrical-coordinate representation of color #2D3118: hue angle of 69.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D3118 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 24 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.81 |
| HSL | 69.6º | 0.34% | 0.14% | - |
| HSV(B) | 69.6º | 0.51% | 0.19% | - |
| XYZ | 2.35 | 2.82 | 1.28 | - |
| YUV | 44.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 24 | 0.08 | 0 | 0.51 | 0.81 | 69.6 | 0.34 | 0.14 |
| Hex | 2D | 31 | 18 | 8 | 0 | 33 | 51 | 46 | 22 | E |
| Octal | 55 | 61 | 30 | 10 | 0 | 63 | 121 | 106 | 42 | 16 |
| Binary | 101101 | 110001 | 11000 | 1000 | 0 | 110011 | 1010001 | 1000110 | 100010 | 1110 |
Color Harmonies of #2D3118
Complementary color
Monochromatic Colors of #2D3118
Black with #2D3118
Text Example
Text Example
White with #2D3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3118; }
p { color: rgb(45,49,24); }
H1.HeaderClassName
{
color: #2D3118;
}
.AnyTagClassName
{
color: #2D3118;
}
</style>
background-color css
<style>
a { background-color: #2D3118; }
a { background-color: rgb(45,49,24); }
div.DivClassName
{
background-color: #2D3118;
}
.BgClassName
{
background-color: #2D3118;
}
</style>
border-color css
<style>
span { border-color: #2D3118; }
span { border-color: rgb(45,49,24); }
td.TdClassName
{
border-color: #2D3118;
}
.TagClassName
{
border-color: #2D3118;
}
</style>