Shades of Green Waterloo #2B2E0A
Tints of Green Waterloo #2B2E0A
RGB
CMYK
RGB Variations
Color information
#2B2E0A (or 0x2B2E0A) is known color: Green Waterloo. HEX triplet: 2B, 2E and 0A. RGB value is (43,46,10). Sum of RGB (Red+Green+Blue) = 43+46+10=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2E0A is #D4D1F5. Grayscale: #292929. Windows color (decimal): -13947382 or 667179. OLE color: 667179.
HSL color Cylindrical-coordinate representation of color #2B2E0A: hue angle of 65º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B2E0A is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 46 | 10 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.82 |
| HSL | 65º | 0.64% | 0.11% | - |
| HSV(B) | 65º | 0.78% | 0.18% | - |
| XYZ | 2.03 | 2.49 | 0.66 | - |
| YUV | 41 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 10 | 0.07 | 0 | 0.78 | 0.82 | 65 | 0.64 | 0.11 |
| Hex | 2B | 2E | A | 7 | 0 | 4E | 52 | 41 | 40 | B |
| Octal | 53 | 56 | 12 | 7 | 0 | 116 | 122 | 101 | 100 | 13 |
| Binary | 101011 | 101110 | 1010 | 111 | 0 | 1001110 | 1010010 | 1000001 | 1000000 | 1011 |
Color Harmonies of #2B2E0A
Complementary color
Monochromatic Colors of #2B2E0A
Black with #2B2E0A
Text Example
Text Example
White with #2B2E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E0A; }
p { color: rgb(43,46,10); }
H1.HeaderClassName
{
color: #2B2E0A;
}
.AnyTagClassName
{
color: #2B2E0A;
}
</style>
background-color css
<style>
a { background-color: #2B2E0A; }
a { background-color: rgb(43,46,10); }
div.DivClassName
{
background-color: #2B2E0A;
}
.BgClassName
{
background-color: #2B2E0A;
}
</style>
border-color css
<style>
span { border-color: #2B2E0A; }
span { border-color: rgb(43,46,10); }
td.TdClassName
{
border-color: #2B2E0A;
}
.TagClassName
{
border-color: #2B2E0A;
}
</style>