Shades of Green Waterloo #2F311E
Tints of Green Waterloo #2F311E
RGB
CMYK
RGB Variations
Color information
#2F311E (or 0x2F311E) is known color: Green Waterloo. HEX triplet: 2F, 31 and 1E. RGB value is (47,49,30). Sum of RGB (Red+Green+Blue) = 47+49+30=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #2F311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F311E is #D0CEE1. Grayscale: #2E2E2E. Windows color (decimal): -13684450 or 1978671. OLE color: 1978671.
HSL color Cylindrical-coordinate representation of color #2F311E: hue angle of 66.32º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F311E is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 30 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.81 |
| HSL | 66.32º | 0.24% | 0.15% | - |
| HSV(B) | 66.32º | 0.39% | 0.19% | - |
| XYZ | 2.5 | 2.89 | 1.66 | - |
| YUV | 46.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 30 | 0.04 | 0 | 0.39 | 0.81 | 66.32 | 0.24 | 0.15 |
| Hex | 2F | 31 | 1E | 4 | 0 | 27 | 51 | 42 | 18 | F |
| Octal | 57 | 61 | 36 | 4 | 0 | 47 | 121 | 102 | 30 | 17 |
| Binary | 101111 | 110001 | 11110 | 100 | 0 | 100111 | 1010001 | 1000010 | 11000 | 1111 |
Color Harmonies of #2F311E
Complementary color
Monochromatic Colors of #2F311E
Black with #2F311E
Text Example
Text Example
White with #2F311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F311E; }
p { color: rgb(47,49,30); }
H1.HeaderClassName
{
color: #2F311E;
}
.AnyTagClassName
{
color: #2F311E;
}
</style>
background-color css
<style>
a { background-color: #2F311E; }
a { background-color: rgb(47,49,30); }
div.DivClassName
{
background-color: #2F311E;
}
.BgClassName
{
background-color: #2F311E;
}
</style>
border-color css
<style>
span { border-color: #2F311E; }
span { border-color: rgb(47,49,30); }
td.TdClassName
{
border-color: #2F311E;
}
.TagClassName
{
border-color: #2F311E;
}
</style>