Shades of Green Waterloo #2B310D
Tints of Green Waterloo #2B310D
RGB
CMYK
RGB Variations
Color information
#2B310D (or 0x2B310D) is known color: Green Waterloo. HEX triplet: 2B, 31 and 0D. RGB value is (43,49,13). Sum of RGB (Red+Green+Blue) = 43+49+13=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #2B310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B310D is #D4CEF2. Grayscale: #2B2B2B. Windows color (decimal): -13946611 or 864555. OLE color: 864555.
HSL color Cylindrical-coordinate representation of color #2B310D: hue angle of 70º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B310D is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 13 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.81 |
| HSL | 70º | 0.58% | 0.12% | - |
| HSV(B) | 70º | 0.73% | 0.19% | - |
| XYZ | 2.17 | 2.74 | 0.8 | - |
| YUV | 43.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 13 | 0.12 | 0 | 0.73 | 0.81 | 70 | 0.58 | 0.12 |
| Hex | 2B | 31 | D | C | 0 | 49 | 51 | 46 | 3A | C |
| Octal | 53 | 61 | 15 | 14 | 0 | 111 | 121 | 106 | 72 | 14 |
| Binary | 101011 | 110001 | 1101 | 1100 | 0 | 1001001 | 1010001 | 1000110 | 111010 | 1100 |
Color Harmonies of #2B310D
Complementary color
Monochromatic Colors of #2B310D
Black with #2B310D
Text Example
Text Example
White with #2B310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B310D; }
p { color: rgb(43,49,13); }
H1.HeaderClassName
{
color: #2B310D;
}
.AnyTagClassName
{
color: #2B310D;
}
</style>
background-color css
<style>
a { background-color: #2B310D; }
a { background-color: rgb(43,49,13); }
div.DivClassName
{
background-color: #2B310D;
}
.BgClassName
{
background-color: #2B310D;
}
</style>
border-color css
<style>
span { border-color: #2B310D; }
span { border-color: rgb(43,49,13); }
td.TdClassName
{
border-color: #2B310D;
}
.TagClassName
{
border-color: #2B310D;
}
</style>