Shades of Green Waterloo #2F311D
Tints of Green Waterloo #2F311D
RGB
CMYK
RGB Variations
Color information
#2F311D (or 0x2F311D) is known color: Green Waterloo. HEX triplet: 2F, 31 and 1D. RGB value is (47,49,29). Sum of RGB (Red+Green+Blue) = 47+49+29=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #2F311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F311D is #D0CEE2. Grayscale: #2E2E2E. Windows color (decimal): -13684451 or 1913135. OLE color: 1913135.
HSL color Cylindrical-coordinate representation of color #2F311D: hue angle of 66º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F311D is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 29 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.81 |
| HSL | 66º | 0.26% | 0.15% | - |
| HSV(B) | 66º | 0.41% | 0.19% | - |
| XYZ | 2.49 | 2.89 | 1.59 | - |
| YUV | 46.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 29 | 0.04 | 0 | 0.41 | 0.81 | 66 | 0.26 | 0.15 |
| Hex | 2F | 31 | 1D | 4 | 0 | 29 | 51 | 42 | 1A | F |
| Octal | 57 | 61 | 35 | 4 | 0 | 51 | 121 | 102 | 32 | 17 |
| Binary | 101111 | 110001 | 11101 | 100 | 0 | 101001 | 1010001 | 1000010 | 11010 | 1111 |
Color Harmonies of #2F311D
Complementary color
Monochromatic Colors of #2F311D
Black with #2F311D
Text Example
Text Example
White with #2F311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F311D; }
p { color: rgb(47,49,29); }
H1.HeaderClassName
{
color: #2F311D;
}
.AnyTagClassName
{
color: #2F311D;
}
</style>
background-color css
<style>
a { background-color: #2F311D; }
a { background-color: rgb(47,49,29); }
div.DivClassName
{
background-color: #2F311D;
}
.BgClassName
{
background-color: #2F311D;
}
</style>
border-color css
<style>
span { border-color: #2F311D; }
span { border-color: rgb(47,49,29); }
td.TdClassName
{
border-color: #2F311D;
}
.TagClassName
{
border-color: #2F311D;
}
</style>