Shades of Green Waterloo #2F3313
Tints of Green Waterloo #2F3313
RGB
CMYK
RGB Variations
Color information
#2F3313 (or 0x2F3313) is known color: Green Waterloo. HEX triplet: 2F, 33 and 13. RGB value is (47,51,19). Sum of RGB (Red+Green+Blue) = 47+51+19=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #2F3313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3313 is #D0CCEC. Grayscale: #2E2E2E. Windows color (decimal): -13683949 or 1258287. OLE color: 1258287.
HSL color Cylindrical-coordinate representation of color #2F3313: hue angle of 67.5º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F3313 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 47 | 51 | 19 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.8 |
| HSL | 67.5º | 0.46% | 0.14% | - |
| HSV(B) | 67.5º | 0.63% | 0.2% | - |
| XYZ | 2.47 | 3.02 | 1.07 | - |
| YUV | 46.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 19 | 0.08 | 0 | 0.63 | 0.8 | 67.5 | 0.46 | 0.14 |
| Hex | 2F | 33 | 13 | 8 | 0 | 3F | 50 | 44 | 2E | E |
| Octal | 57 | 63 | 23 | 10 | 0 | 77 | 120 | 104 | 56 | 16 |
| Binary | 101111 | 110011 | 10011 | 1000 | 0 | 111111 | 1010000 | 1000100 | 101110 | 1110 |
Color Harmonies of #2F3313
Complementary color
Monochromatic Colors of #2F3313
Black with #2F3313
Text Example
Text Example
White with #2F3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3313; }
p { color: rgb(47,51,19); }
H1.HeaderClassName
{
color: #2F3313;
}
.AnyTagClassName
{
color: #2F3313;
}
</style>
background-color css
<style>
a { background-color: #2F3313; }
a { background-color: rgb(47,51,19); }
div.DivClassName
{
background-color: #2F3313;
}
.BgClassName
{
background-color: #2F3313;
}
</style>
border-color css
<style>
span { border-color: #2F3313; }
span { border-color: rgb(47,51,19); }
td.TdClassName
{
border-color: #2F3313;
}
.TagClassName
{
border-color: #2F3313;
}
</style>