Shades of Green Waterloo #2F3113
Tints of Green Waterloo #2F3113
RGB
CMYK
RGB Variations
Color information
#2F3113 (or 0x2F3113) is known color: Green Waterloo. HEX triplet: 2F, 31 and 13. RGB value is (47,49,19). Sum of RGB (Red+Green+Blue) = 47+49+19=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3113 is #D0CEEC. Grayscale: #2D2D2D. Windows color (decimal): -13684461 or 1257775. OLE color: 1257775.
HSL color Cylindrical-coordinate representation of color #2F3113: hue angle of 64º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F3113 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 19 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.81 |
| HSL | 64º | 0.44% | 0.13% | - |
| HSV(B) | 64º | 0.61% | 0.19% | - |
| XYZ | 2.39 | 2.85 | 1.04 | - |
| YUV | 44.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 19 | 0.04 | 0 | 0.61 | 0.81 | 64 | 0.44 | 0.13 |
| Hex | 2F | 31 | 13 | 4 | 0 | 3D | 51 | 40 | 2C | D |
| Octal | 57 | 61 | 23 | 4 | 0 | 75 | 121 | 100 | 54 | 15 |
| Binary | 101111 | 110001 | 10011 | 100 | 0 | 111101 | 1010001 | 1000000 | 101100 | 1101 |
Color Harmonies of #2F3113
Complementary color
Monochromatic Colors of #2F3113
Black with #2F3113
Text Example
Text Example
White with #2F3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3113; }
p { color: rgb(47,49,19); }
H1.HeaderClassName
{
color: #2F3113;
}
.AnyTagClassName
{
color: #2F3113;
}
</style>
background-color css
<style>
a { background-color: #2F3113; }
a { background-color: rgb(47,49,19); }
div.DivClassName
{
background-color: #2F3113;
}
.BgClassName
{
background-color: #2F3113;
}
</style>
border-color css
<style>
span { border-color: #2F3113; }
span { border-color: rgb(47,49,19); }
td.TdClassName
{
border-color: #2F3113;
}
.TagClassName
{
border-color: #2F3113;
}
</style>