Shades of Green Waterloo #2B3019
Tints of Green Waterloo #2B3019
RGB
CMYK
RGB Variations
Color information
#2B3019 (or 0x2B3019) is known color: Green Waterloo. HEX triplet: 2B, 30 and 19. RGB value is (43,48,25). Sum of RGB (Red+Green+Blue) = 43+48+25=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3019 is #D4CFE6. Grayscale: #2B2B2B. Windows color (decimal): -13946855 or 1650731. OLE color: 1650731.
HSL color Cylindrical-coordinate representation of color #2B3019: hue angle of 73.04º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B3019 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 48 | 25 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.81 |
| HSL | 73.04º | 0.32% | 0.14% | - |
| HSV(B) | 73.04º | 0.48% | 0.19% | - |
| XYZ | 2.23 | 2.7 | 1.32 | - |
| YUV | 43.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 25 | 0.10 | 0 | 0.48 | 0.81 | 73.04 | 0.32 | 0.14 |
| Hex | 2B | 30 | 19 | A | 0 | 30 | 51 | 49 | 20 | E |
| Octal | 53 | 60 | 31 | 12 | 0 | 60 | 121 | 111 | 40 | 16 |
| Binary | 101011 | 110000 | 11001 | 1010 | 0 | 110000 | 1010001 | 1001001 | 100000 | 1110 |
Color Harmonies of #2B3019
Complementary color
Monochromatic Colors of #2B3019
Black with #2B3019
Text Example
Text Example
White with #2B3019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3019; }
p { color: rgb(43,48,25); }
H1.HeaderClassName
{
color: #2B3019;
}
.AnyTagClassName
{
color: #2B3019;
}
</style>
background-color css
<style>
a { background-color: #2B3019; }
a { background-color: rgb(43,48,25); }
div.DivClassName
{
background-color: #2B3019;
}
.BgClassName
{
background-color: #2B3019;
}
</style>
border-color css
<style>
span { border-color: #2B3019; }
span { border-color: rgb(43,48,25); }
td.TdClassName
{
border-color: #2B3019;
}
.TagClassName
{
border-color: #2B3019;
}
</style>