Shades of Green Waterloo #2B3110
Tints of Green Waterloo #2B3110
RGB
CMYK
RGB Variations
Color information
#2B3110 (or 0x2B3110) is known color: Green Waterloo. HEX triplet: 2B, 31 and 10. RGB value is (43,49,16). Sum of RGB (Red+Green+Blue) = 43+49+16=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3110 is #D4CEEF. Grayscale: #2B2B2B. Windows color (decimal): -13946608 or 1061163. OLE color: 1061163.
HSL color Cylindrical-coordinate representation of color #2B3110: hue angle of 70.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B3110 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 16 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.81 |
| HSL | 70.91º | 0.51% | 0.13% | - |
| HSV(B) | 70.91º | 0.67% | 0.19% | - |
| XYZ | 2.19 | 2.75 | 0.91 | - |
| YUV | 43.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 16 | 0.12 | 0 | 0.67 | 0.81 | 70.91 | 0.51 | 0.13 |
| Hex | 2B | 31 | 10 | C | 0 | 43 | 51 | 47 | 33 | D |
| Octal | 53 | 61 | 20 | 14 | 0 | 103 | 121 | 107 | 63 | 15 |
| Binary | 101011 | 110001 | 10000 | 1100 | 0 | 1000011 | 1010001 | 1000111 | 110011 | 1101 |
Color Harmonies of #2B3110
Complementary color
Monochromatic Colors of #2B3110
Black with #2B3110
Text Example
Text Example
White with #2B3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3110; }
p { color: rgb(43,49,16); }
H1.HeaderClassName
{
color: #2B3110;
}
.AnyTagClassName
{
color: #2B3110;
}
</style>
background-color css
<style>
a { background-color: #2B3110; }
a { background-color: rgb(43,49,16); }
div.DivClassName
{
background-color: #2B3110;
}
.BgClassName
{
background-color: #2B3110;
}
</style>
border-color css
<style>
span { border-color: #2B3110; }
span { border-color: rgb(43,49,16); }
td.TdClassName
{
border-color: #2B3110;
}
.TagClassName
{
border-color: #2B3110;
}
</style>