Shades of Green Waterloo #2F3111
Tints of Green Waterloo #2F3111
RGB
CMYK
RGB Variations
Color information
#2F3111 (or 0x2F3111) is known color: Green Waterloo. HEX triplet: 2F, 31 and 11. RGB value is (47,49,17). Sum of RGB (Red+Green+Blue) = 47+49+17=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3111 is #D0CEEE. Grayscale: #2C2C2C. Windows color (decimal): -13684463 or 1126703. OLE color: 1126703.
HSL color Cylindrical-coordinate representation of color #2F3111: hue angle of 63.75º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3111 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 17 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.81 |
| HSL | 63.75º | 0.48% | 0.13% | - |
| HSV(B) | 63.75º | 0.65% | 0.19% | - |
| XYZ | 2.37 | 2.84 | 0.95 | - |
| YUV | 44.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 17 | 0.04 | 0 | 0.65 | 0.81 | 63.75 | 0.48 | 0.13 |
| Hex | 2F | 31 | 11 | 4 | 0 | 41 | 51 | 40 | 30 | D |
| Octal | 57 | 61 | 21 | 4 | 0 | 101 | 121 | 100 | 60 | 15 |
| Binary | 101111 | 110001 | 10001 | 100 | 0 | 1000001 | 1010001 | 1000000 | 110000 | 1101 |
Color Harmonies of #2F3111
Complementary color
Monochromatic Colors of #2F3111
Black with #2F3111
Text Example
Text Example
White with #2F3111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3111; }
p { color: rgb(47,49,17); }
H1.HeaderClassName
{
color: #2F3111;
}
.AnyTagClassName
{
color: #2F3111;
}
</style>
background-color css
<style>
a { background-color: #2F3111; }
a { background-color: rgb(47,49,17); }
div.DivClassName
{
background-color: #2F3111;
}
.BgClassName
{
background-color: #2F3111;
}
</style>
border-color css
<style>
span { border-color: #2F3111; }
span { border-color: rgb(47,49,17); }
td.TdClassName
{
border-color: #2F3111;
}
.TagClassName
{
border-color: #2F3111;
}
</style>