Shades of Green Waterloo #2B2F12
Tints of Green Waterloo #2B2F12
RGB
CMYK
RGB Variations
Color information
#2B2F12 (or 0x2B2F12) is known color: Green Waterloo. HEX triplet: 2B, 2F and 12. RGB value is (43,47,18). Sum of RGB (Red+Green+Blue) = 43+47+18=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 47 - color contains mainly: green. Hex color #2B2F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2F12 is #D4D0ED. Grayscale: #2A2A2A. Windows color (decimal): -13947118 or 1191723. OLE color: 1191723.
HSL color Cylindrical-coordinate representation of color #2B2F12: hue angle of 68.28º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B2F12 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 47 | 18 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.82 |
| HSL | 68.28º | 0.45% | 0.13% | - |
| HSV(B) | 68.28º | 0.62% | 0.18% | - |
| XYZ | 2.12 | 2.59 | 0.96 | - |
| YUV | 42.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 18 | 0.09 | 0 | 0.62 | 0.82 | 68.28 | 0.45 | 0.13 |
| Hex | 2B | 2F | 12 | 9 | 0 | 3E | 52 | 44 | 2D | D |
| Octal | 53 | 57 | 22 | 11 | 0 | 76 | 122 | 104 | 55 | 15 |
| Binary | 101011 | 101111 | 10010 | 1001 | 0 | 111110 | 1010010 | 1000100 | 101101 | 1101 |
Color Harmonies of #2B2F12
Complementary color
Monochromatic Colors of #2B2F12
Black with #2B2F12
Text Example
Text Example
White with #2B2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F12; }
p { color: rgb(43,47,18); }
H1.HeaderClassName
{
color: #2B2F12;
}
.AnyTagClassName
{
color: #2B2F12;
}
</style>
background-color css
<style>
a { background-color: #2B2F12; }
a { background-color: rgb(43,47,18); }
div.DivClassName
{
background-color: #2B2F12;
}
.BgClassName
{
background-color: #2B2F12;
}
</style>
border-color css
<style>
span { border-color: #2B2F12; }
span { border-color: rgb(43,47,18); }
td.TdClassName
{
border-color: #2B2F12;
}
.TagClassName
{
border-color: #2B2F12;
}
</style>