Shades of Green Waterloo #2B2E1F
Tints of Green Waterloo #2B2E1F
RGB
CMYK
RGB Variations
Color information
#2B2E1F (or 0x2B2E1F) is known color: Green Waterloo. HEX triplet: 2B, 2E and 1F. RGB value is (43,46,31). Sum of RGB (Red+Green+Blue) = 43+46+31=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E1F is #D4D1E0. Grayscale: #2B2B2B. Windows color (decimal): -13947361 or 2043435. OLE color: 2043435.
HSL color Cylindrical-coordinate representation of color #2B2E1F: hue angle of 72º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B2E1F is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 46 | 31 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.82 |
| HSL | 72º | 0.19% | 0.15% | - |
| HSV(B) | 72º | 0.33% | 0.18% | - |
| XYZ | 2.22 | 2.57 | 1.67 | - |
| YUV | 43.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 31 | 0.07 | 0 | 0.33 | 0.82 | 72 | 0.19 | 0.15 |
| Hex | 2B | 2E | 1F | 7 | 0 | 21 | 52 | 48 | 13 | F |
| Octal | 53 | 56 | 37 | 7 | 0 | 41 | 122 | 110 | 23 | 17 |
| Binary | 101011 | 101110 | 11111 | 111 | 0 | 100001 | 1010010 | 1001000 | 10011 | 1111 |
Color Harmonies of #2B2E1F
Complementary color
Monochromatic Colors of #2B2E1F
Black with #2B2E1F
Text Example
Text Example
White with #2B2E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E1F; }
p { color: rgb(43,46,31); }
H1.HeaderClassName
{
color: #2B2E1F;
}
.AnyTagClassName
{
color: #2B2E1F;
}
</style>
background-color css
<style>
a { background-color: #2B2E1F; }
a { background-color: rgb(43,46,31); }
div.DivClassName
{
background-color: #2B2E1F;
}
.BgClassName
{
background-color: #2B2E1F;
}
</style>
border-color css
<style>
span { border-color: #2B2E1F; }
span { border-color: rgb(43,46,31); }
td.TdClassName
{
border-color: #2B2E1F;
}
.TagClassName
{
border-color: #2B2E1F;
}
</style>