Shades of Green Waterloo #31341D
Tints of Green Waterloo #31341D
RGB
CMYK
RGB Variations
Color information
#31341D (or 0x31341D) is known color: Green Waterloo. HEX triplet: 31, 34 and 1D. RGB value is (49,52,29). Sum of RGB (Red+Green+Blue) = 49+52+29=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #31341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31341D is #CECBE2. Grayscale: #303030. Windows color (decimal): -13552611 or 1913905. OLE color: 1913905.
HSL color Cylindrical-coordinate representation of color #31341D: hue angle of 67.83º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31341D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 52 | 29 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.80 |
| HSL | 67.83º | 0.28% | 0.16% | - |
| HSV(B) | 67.83º | 0.44% | 0.2% | - |
| XYZ | 2.72 | 3.2 | 1.64 | - |
| YUV | 48.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 29 | 0.06 | 0 | 0.44 | 0.80 | 67.83 | 0.28 | 0.16 |
| Hex | 31 | 34 | 1D | 6 | 0 | 2C | 50 | 44 | 1C | 10 |
| Octal | 61 | 64 | 35 | 6 | 0 | 54 | 120 | 104 | 34 | 20 |
| Binary | 110001 | 110100 | 11101 | 110 | 0 | 101100 | 1010000 | 1000100 | 11100 | 10000 |
Color Harmonies of #31341D
Complementary color
Monochromatic Colors of #31341D
Black with #31341D
Text Example
Text Example
White with #31341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31341D; }
p { color: rgb(49,52,29); }
H1.HeaderClassName
{
color: #31341D;
}
.AnyTagClassName
{
color: #31341D;
}
</style>
background-color css
<style>
a { background-color: #31341D; }
a { background-color: rgb(49,52,29); }
div.DivClassName
{
background-color: #31341D;
}
.BgClassName
{
background-color: #31341D;
}
</style>
border-color css
<style>
span { border-color: #31341D; }
span { border-color: rgb(49,52,29); }
td.TdClassName
{
border-color: #31341D;
}
.TagClassName
{
border-color: #31341D;
}
</style>