Shades of Green Waterloo #31331E
Tints of Green Waterloo #31331E
RGB
CMYK
RGB Variations
Color information
#31331E (or 0x31331E) is known color: Green Waterloo. HEX triplet: 31, 33 and 1E. RGB value is (49,51,30). Sum of RGB (Red+Green+Blue) = 49+51+30=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 51 - color contains mainly: green. Hex color #31331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31331E is #CECCE1. Grayscale: #303030. Windows color (decimal): -13552866 or 1979185. OLE color: 1979185.
HSL color Cylindrical-coordinate representation of color #31331E: hue angle of 65.71º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31331E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 51 | 30 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.8 |
| HSL | 65.71º | 0.26% | 0.16% | - |
| HSV(B) | 65.71º | 0.41% | 0.2% | - |
| XYZ | 2.68 | 3.11 | 1.69 | - |
| YUV | 48.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 30 | 0.04 | 0 | 0.41 | 0.8 | 65.71 | 0.26 | 0.16 |
| Hex | 31 | 33 | 1E | 4 | 0 | 29 | 50 | 42 | 1A | 10 |
| Octal | 61 | 63 | 36 | 4 | 0 | 51 | 120 | 102 | 32 | 20 |
| Binary | 110001 | 110011 | 11110 | 100 | 0 | 101001 | 1010000 | 1000010 | 11010 | 10000 |
Color Harmonies of #31331E
Complementary color
Monochromatic Colors of #31331E
Black with #31331E
Text Example
Text Example
White with #31331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31331E; }
p { color: rgb(49,51,30); }
H1.HeaderClassName
{
color: #31331E;
}
.AnyTagClassName
{
color: #31331E;
}
</style>
background-color css
<style>
a { background-color: #31331E; }
a { background-color: rgb(49,51,30); }
div.DivClassName
{
background-color: #31331E;
}
.BgClassName
{
background-color: #31331E;
}
</style>
border-color css
<style>
span { border-color: #31331E; }
span { border-color: rgb(49,51,30); }
td.TdClassName
{
border-color: #31331E;
}
.TagClassName
{
border-color: #31331E;
}
</style>