Shades of Green Waterloo #2B3114
Tints of Green Waterloo #2B3114
RGB
CMYK
RGB Variations
Color information
#2B3114 (or 0x2B3114) is known color: Green Waterloo. HEX triplet: 2B, 31 and 14. RGB value is (43,49,20). Sum of RGB (Red+Green+Blue) = 43+49+20=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3114 is #D4CEEB. Grayscale: #2C2C2C. Windows color (decimal): -13946604 or 1323307. OLE color: 1323307.
HSL color Cylindrical-coordinate representation of color #2B3114: hue angle of 72.41º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B3114 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 20 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.81 |
| HSL | 72.41º | 0.42% | 0.14% | - |
| HSV(B) | 72.41º | 0.59% | 0.19% | - |
| XYZ | 2.22 | 2.76 | 1.08 | - |
| YUV | 43.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 20 | 0.12 | 0 | 0.59 | 0.81 | 72.41 | 0.42 | 0.14 |
| Hex | 2B | 31 | 14 | C | 0 | 3B | 51 | 48 | 2A | E |
| Octal | 53 | 61 | 24 | 14 | 0 | 73 | 121 | 110 | 52 | 16 |
| Binary | 101011 | 110001 | 10100 | 1100 | 0 | 111011 | 1010001 | 1001000 | 101010 | 1110 |
Color Harmonies of #2B3114
Complementary color
Monochromatic Colors of #2B3114
Black with #2B3114
Text Example
Text Example
White with #2B3114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3114; }
p { color: rgb(43,49,20); }
H1.HeaderClassName
{
color: #2B3114;
}
.AnyTagClassName
{
color: #2B3114;
}
</style>
background-color css
<style>
a { background-color: #2B3114; }
a { background-color: rgb(43,49,20); }
div.DivClassName
{
background-color: #2B3114;
}
.BgClassName
{
background-color: #2B3114;
}
</style>
border-color css
<style>
span { border-color: #2B3114; }
span { border-color: rgb(43,49,20); }
td.TdClassName
{
border-color: #2B3114;
}
.TagClassName
{
border-color: #2B3114;
}
</style>