Shades of Green Waterloo #31331B
Tints of Green Waterloo #31331B
RGB
CMYK
RGB Variations
Color information
#31331B (or 0x31331B) is known color: Green Waterloo. HEX triplet: 31, 33 and 1B. RGB value is (49,51,27). Sum of RGB (Red+Green+Blue) = 49+51+27=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 51 - color contains mainly: green. Hex color #31331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31331B is #CECCE4. Grayscale: #2F2F2F. Windows color (decimal): -13552869 or 1782577. OLE color: 1782577.
HSL color Cylindrical-coordinate representation of color #31331B: hue angle of 65º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31331B is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 51 | 27 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.8 |
| HSL | 65º | 0.31% | 0.15% | - |
| HSV(B) | 65º | 0.47% | 0.2% | - |
| XYZ | 2.65 | 3.1 | 1.5 | - |
| YUV | 47.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 27 | 0.04 | 0 | 0.47 | 0.8 | 65 | 0.31 | 0.15 |
| Hex | 31 | 33 | 1B | 4 | 0 | 2F | 50 | 41 | 1F | F |
| Octal | 61 | 63 | 33 | 4 | 0 | 57 | 120 | 101 | 37 | 17 |
| Binary | 110001 | 110011 | 11011 | 100 | 0 | 101111 | 1010000 | 1000001 | 11111 | 1111 |
Color Harmonies of #31331B
Complementary color
Monochromatic Colors of #31331B
Black with #31331B
Text Example
Text Example
White with #31331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31331B; }
p { color: rgb(49,51,27); }
H1.HeaderClassName
{
color: #31331B;
}
.AnyTagClassName
{
color: #31331B;
}
</style>
background-color css
<style>
a { background-color: #31331B; }
a { background-color: rgb(49,51,27); }
div.DivClassName
{
background-color: #31331B;
}
.BgClassName
{
background-color: #31331B;
}
</style>
border-color css
<style>
span { border-color: #31331B; }
span { border-color: rgb(49,51,27); }
td.TdClassName
{
border-color: #31331B;
}
.TagClassName
{
border-color: #31331B;
}
</style>