Shades of Green Waterloo #2D3113
Tints of Green Waterloo #2D3113
RGB
CMYK
RGB Variations
Color information
#2D3113 (or 0x2D3113) is known color: Green Waterloo. HEX triplet: 2D, 31 and 13. RGB value is (45,49,19). Sum of RGB (Red+Green+Blue) = 45+49+19=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3113 is #D2CEEC. Grayscale: #2C2C2C. Windows color (decimal): -13815533 or 1257773. OLE color: 1257773.
HSL color Cylindrical-coordinate representation of color #2D3113: hue angle of 68º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D3113 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 19 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.81 |
| HSL | 68º | 0.44% | 0.13% | - |
| HSV(B) | 68º | 0.61% | 0.19% | - |
| XYZ | 2.3 | 2.8 | 1.04 | - |
| YUV | 44.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 19 | 0.08 | 0 | 0.61 | 0.81 | 68 | 0.44 | 0.13 |
| Hex | 2D | 31 | 13 | 8 | 0 | 3D | 51 | 44 | 2C | D |
| Octal | 55 | 61 | 23 | 10 | 0 | 75 | 121 | 104 | 54 | 15 |
| Binary | 101101 | 110001 | 10011 | 1000 | 0 | 111101 | 1010001 | 1000100 | 101100 | 1101 |
Color Harmonies of #2D3113
Complementary color
Monochromatic Colors of #2D3113
Black with #2D3113
Text Example
Text Example
White with #2D3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3113; }
p { color: rgb(45,49,19); }
H1.HeaderClassName
{
color: #2D3113;
}
.AnyTagClassName
{
color: #2D3113;
}
</style>
background-color css
<style>
a { background-color: #2D3113; }
a { background-color: rgb(45,49,19); }
div.DivClassName
{
background-color: #2D3113;
}
.BgClassName
{
background-color: #2D3113;
}
</style>
border-color css
<style>
span { border-color: #2D3113; }
span { border-color: rgb(45,49,19); }
td.TdClassName
{
border-color: #2D3113;
}
.TagClassName
{
border-color: #2D3113;
}
</style>