Shades of Green Waterloo #2B2E15
Tints of Green Waterloo #2B2E15
RGB
CMYK
RGB Variations
Color information
#2B2E15 (or 0x2B2E15) is known color: Green Waterloo. HEX triplet: 2B, 2E and 15. RGB value is (43,46,21). Sum of RGB (Red+Green+Blue) = 43+46+21=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2E15 is #D4D1EA. Grayscale: #2A2A2A. Windows color (decimal): -13947371 or 1388075. OLE color: 1388075.
HSL color Cylindrical-coordinate representation of color #2B2E15: hue angle of 67.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B2E15 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 46 | 21 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.82 |
| HSL | 67.2º | 0.37% | 0.13% | - |
| HSV(B) | 67.2º | 0.54% | 0.18% | - |
| XYZ | 2.11 | 2.52 | 1.09 | - |
| YUV | 42.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 21 | 0.07 | 0 | 0.54 | 0.82 | 67.2 | 0.37 | 0.13 |
| Hex | 2B | 2E | 15 | 7 | 0 | 36 | 52 | 43 | 25 | D |
| Octal | 53 | 56 | 25 | 7 | 0 | 66 | 122 | 103 | 45 | 15 |
| Binary | 101011 | 101110 | 10101 | 111 | 0 | 110110 | 1010010 | 1000011 | 100101 | 1101 |
Color Harmonies of #2B2E15
Complementary color
Monochromatic Colors of #2B2E15
Black with #2B2E15
Text Example
Text Example
White with #2B2E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E15; }
p { color: rgb(43,46,21); }
H1.HeaderClassName
{
color: #2B2E15;
}
.AnyTagClassName
{
color: #2B2E15;
}
</style>
background-color css
<style>
a { background-color: #2B2E15; }
a { background-color: rgb(43,46,21); }
div.DivClassName
{
background-color: #2B2E15;
}
.BgClassName
{
background-color: #2B2E15;
}
</style>
border-color css
<style>
span { border-color: #2B2E15; }
span { border-color: rgb(43,46,21); }
td.TdClassName
{
border-color: #2B2E15;
}
.TagClassName
{
border-color: #2B2E15;
}
</style>