Shades of Green Waterloo #2B2F1A
Tints of Green Waterloo #2B2F1A
RGB
CMYK
RGB Variations
Color information
#2B2F1A (or 0x2B2F1A) is known color: Green Waterloo. HEX triplet: 2B, 2F and 1A. RGB value is (43,47,26). Sum of RGB (Red+Green+Blue) = 43+47+26=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 47 - color contains mainly: green. Hex color #2B2F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F1A is #D4D0E5. Grayscale: #2B2B2B. Windows color (decimal): -13947110 or 1716011. OLE color: 1716011.
HSL color Cylindrical-coordinate representation of color #2B2F1A: hue angle of 71.43º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B2F1A is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 47 | 26 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.82 |
| HSL | 71.43º | 0.29% | 0.14% | - |
| HSV(B) | 71.43º | 0.45% | 0.18% | - |
| XYZ | 2.2 | 2.62 | 1.37 | - |
| YUV | 43.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 26 | 0.09 | 0 | 0.45 | 0.82 | 71.43 | 0.29 | 0.14 |
| Hex | 2B | 2F | 1A | 9 | 0 | 2D | 52 | 47 | 1D | E |
| Octal | 53 | 57 | 32 | 11 | 0 | 55 | 122 | 107 | 35 | 16 |
| Binary | 101011 | 101111 | 11010 | 1001 | 0 | 101101 | 1010010 | 1000111 | 11101 | 1110 |
Color Harmonies of #2B2F1A
Complementary color
Monochromatic Colors of #2B2F1A
Black with #2B2F1A
Text Example
Text Example
White with #2B2F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F1A; }
p { color: rgb(43,47,26); }
H1.HeaderClassName
{
color: #2B2F1A;
}
.AnyTagClassName
{
color: #2B2F1A;
}
</style>
background-color css
<style>
a { background-color: #2B2F1A; }
a { background-color: rgb(43,47,26); }
div.DivClassName
{
background-color: #2B2F1A;
}
.BgClassName
{
background-color: #2B2F1A;
}
</style>
border-color css
<style>
span { border-color: #2B2F1A; }
span { border-color: rgb(43,47,26); }
td.TdClassName
{
border-color: #2B2F1A;
}
.TagClassName
{
border-color: #2B2F1A;
}
</style>