Shades of Green Waterloo #2F311F
Tints of Green Waterloo #2F311F
RGB
CMYK
RGB Variations
Color information
#2F311F (or 0x2F311F) is known color: Green Waterloo. HEX triplet: 2F, 31 and 1F. RGB value is (47,49,31). Sum of RGB (Red+Green+Blue) = 47+49+31=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #2F311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F311F is #D0CEE0. Grayscale: #2E2E2E. Windows color (decimal): -13684449 or 2044207. OLE color: 2044207.
HSL color Cylindrical-coordinate representation of color #2F311F: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F311F is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 31 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.81 |
| HSL | 66.67º | 0.23% | 0.16% | - |
| HSV(B) | 66.67º | 0.37% | 0.19% | - |
| XYZ | 2.52 | 2.9 | 1.72 | - |
| YUV | 46.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 31 | 0.04 | 0 | 0.37 | 0.81 | 66.67 | 0.23 | 0.16 |
| Hex | 2F | 31 | 1F | 4 | 0 | 25 | 51 | 43 | 16 | 10 |
| Octal | 57 | 61 | 37 | 4 | 0 | 45 | 121 | 103 | 26 | 20 |
| Binary | 101111 | 110001 | 11111 | 100 | 0 | 100101 | 1010001 | 1000011 | 10110 | 10000 |
Color Harmonies of #2F311F
Complementary color
Monochromatic Colors of #2F311F
Black with #2F311F
Text Example
Text Example
White with #2F311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F311F; }
p { color: rgb(47,49,31); }
H1.HeaderClassName
{
color: #2F311F;
}
.AnyTagClassName
{
color: #2F311F;
}
</style>
background-color css
<style>
a { background-color: #2F311F; }
a { background-color: rgb(47,49,31); }
div.DivClassName
{
background-color: #2F311F;
}
.BgClassName
{
background-color: #2F311F;
}
</style>
border-color css
<style>
span { border-color: #2F311F; }
span { border-color: rgb(47,49,31); }
td.TdClassName
{
border-color: #2F311F;
}
.TagClassName
{
border-color: #2F311F;
}
</style>