Shades of Green Waterloo #31322A
Tints of Green Waterloo #31322A
RGB
CMYK
RGB Variations
Color information
#31322A (or 0x31322A) is known color: Green Waterloo. HEX triplet: 31, 32 and 2A. RGB value is (49,50,42). Sum of RGB (Red+Green+Blue) = 49+50+42=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 50 - color contains mainly: green. Hex color #31322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31322A is #CECDD5. Grayscale: #303030. Windows color (decimal): -13553110 or 2765361. OLE color: 2765361.
HSL color Cylindrical-coordinate representation of color #31322A: hue angle of 67.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #31322A is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 42 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.80 |
| HSL | 67.5º | 0.09% | 0.18% | - |
| HSV(B) | 67.5º | 0.16% | 0.2% | - |
| XYZ | 2.83 | 3.1 | 2.64 | - |
| YUV | 48.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 42 | 0.02 | 0 | 0.16 | 0.80 | 67.5 | 0.09 | 0.18 |
| Hex | 31 | 32 | 2A | 2 | 0 | 10 | 50 | 44 | 9 | 12 |
| Octal | 61 | 62 | 52 | 2 | 0 | 20 | 120 | 104 | 11 | 22 |
| Binary | 110001 | 110010 | 101010 | 10 | 0 | 10000 | 1010000 | 1000100 | 1001 | 10010 |
Color Harmonies of #31322A
Complementary color
Monochromatic Colors of #31322A
Black with #31322A
Text Example
Text Example
White with #31322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31322A; }
p { color: rgb(49,50,42); }
H1.HeaderClassName
{
color: #31322A;
}
.AnyTagClassName
{
color: #31322A;
}
</style>
background-color css
<style>
a { background-color: #31322A; }
a { background-color: rgb(49,50,42); }
div.DivClassName
{
background-color: #31322A;
}
.BgClassName
{
background-color: #31322A;
}
</style>
border-color css
<style>
span { border-color: #31322A; }
span { border-color: rgb(49,50,42); }
td.TdClassName
{
border-color: #31322A;
}
.TagClassName
{
border-color: #31322A;
}
</style>