Shades of Green Waterloo #2B310A
Tints of Green Waterloo #2B310A
RGB
CMYK
RGB Variations
Color information
#2B310A (or 0x2B310A) is known color: Green Waterloo. HEX triplet: 2B, 31 and 0A. RGB value is (43,49,10). Sum of RGB (Red+Green+Blue) = 43+49+10=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #2B310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B310A is #D4CEF5. Grayscale: #2A2A2A. Windows color (decimal): -13946614 or 667947. OLE color: 667947.
HSL color Cylindrical-coordinate representation of color #2B310A: hue angle of 69.23º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B310A is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 10 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.81 |
| HSL | 69.23º | 0.66% | 0.12% | - |
| HSV(B) | 69.23º | 0.8% | 0.19% | - |
| XYZ | 2.15 | 2.73 | 0.7 | - |
| YUV | 42.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 10 | 0.12 | 0 | 0.80 | 0.81 | 69.23 | 0.66 | 0.12 |
| Hex | 2B | 31 | A | C | 0 | 50 | 51 | 45 | 42 | C |
| Octal | 53 | 61 | 12 | 14 | 0 | 120 | 121 | 105 | 102 | 14 |
| Binary | 101011 | 110001 | 1010 | 1100 | 0 | 1010000 | 1010001 | 1000101 | 1000010 | 1100 |
Color Harmonies of #2B310A
Complementary color
Monochromatic Colors of #2B310A
Black with #2B310A
Text Example
Text Example
White with #2B310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B310A; }
p { color: rgb(43,49,10); }
H1.HeaderClassName
{
color: #2B310A;
}
.AnyTagClassName
{
color: #2B310A;
}
</style>
background-color css
<style>
a { background-color: #2B310A; }
a { background-color: rgb(43,49,10); }
div.DivClassName
{
background-color: #2B310A;
}
.BgClassName
{
background-color: #2B310A;
}
</style>
border-color css
<style>
span { border-color: #2B310A; }
span { border-color: rgb(43,49,10); }
td.TdClassName
{
border-color: #2B310A;
}
.TagClassName
{
border-color: #2B310A;
}
</style>