Shades of Green Waterloo #2F3123
Tints of Green Waterloo #2F3123
RGB
CMYK
RGB Variations
Color information
#2F3123 (or 0x2F3123) is known color: Green Waterloo. HEX triplet: 2F, 31 and 23. RGB value is (47,49,35). Sum of RGB (Red+Green+Blue) = 47+49+35=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3123 is #D0CEDC. Grayscale: #2E2E2E. Windows color (decimal): -13684445 or 2306351. OLE color: 2306351.
HSL color Cylindrical-coordinate representation of color #2F3123: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F3123 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 35 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.81 |
| HSL | 68.57º | 0.17% | 0.16% | - |
| HSV(B) | 68.57º | 0.29% | 0.19% | - |
| XYZ | 2.57 | 2.92 | 2.02 | - |
| YUV | 46.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 35 | 0.04 | 0 | 0.29 | 0.81 | 68.57 | 0.17 | 0.16 |
| Hex | 2F | 31 | 23 | 4 | 0 | 1D | 51 | 45 | 11 | 10 |
| Octal | 57 | 61 | 43 | 4 | 0 | 35 | 121 | 105 | 21 | 20 |
| Binary | 101111 | 110001 | 100011 | 100 | 0 | 11101 | 1010001 | 1000101 | 10001 | 10000 |
Color Harmonies of #2F3123
Complementary color
Monochromatic Colors of #2F3123
Black with #2F3123
Text Example
Text Example
White with #2F3123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3123; }
p { color: rgb(47,49,35); }
H1.HeaderClassName
{
color: #2F3123;
}
.AnyTagClassName
{
color: #2F3123;
}
</style>
background-color css
<style>
a { background-color: #2F3123; }
a { background-color: rgb(47,49,35); }
div.DivClassName
{
background-color: #2F3123;
}
.BgClassName
{
background-color: #2F3123;
}
</style>
border-color css
<style>
span { border-color: #2F3123; }
span { border-color: rgb(47,49,35); }
td.TdClassName
{
border-color: #2F3123;
}
.TagClassName
{
border-color: #2F3123;
}
</style>