Shades of Green Waterloo #2F3117
Tints of Green Waterloo #2F3117
RGB
CMYK
RGB Variations
Color information
#2F3117 (or 0x2F3117) is known color: Green Waterloo. HEX triplet: 2F, 31 and 17. RGB value is (47,49,23). Sum of RGB (Red+Green+Blue) = 47+49+23=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3117 is #D0CEE8. Grayscale: #2D2D2D. Windows color (decimal): -13684457 or 1519919. OLE color: 1519919.
HSL color Cylindrical-coordinate representation of color #2F3117: hue angle of 64.62º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F3117 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 23 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.81 |
| HSL | 64.62º | 0.36% | 0.14% | - |
| HSV(B) | 64.62º | 0.53% | 0.19% | - |
| XYZ | 2.43 | 2.86 | 1.24 | - |
| YUV | 45.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 23 | 0.04 | 0 | 0.53 | 0.81 | 64.62 | 0.36 | 0.14 |
| Hex | 2F | 31 | 17 | 4 | 0 | 35 | 51 | 41 | 24 | E |
| Octal | 57 | 61 | 27 | 4 | 0 | 65 | 121 | 101 | 44 | 16 |
| Binary | 101111 | 110001 | 10111 | 100 | 0 | 110101 | 1010001 | 1000001 | 100100 | 1110 |
Color Harmonies of #2F3117
Complementary color
Monochromatic Colors of #2F3117
Black with #2F3117
Text Example
Text Example
White with #2F3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3117; }
p { color: rgb(47,49,23); }
H1.HeaderClassName
{
color: #2F3117;
}
.AnyTagClassName
{
color: #2F3117;
}
</style>
background-color css
<style>
a { background-color: #2F3117; }
a { background-color: rgb(47,49,23); }
div.DivClassName
{
background-color: #2F3117;
}
.BgClassName
{
background-color: #2F3117;
}
</style>
border-color css
<style>
span { border-color: #2F3117; }
span { border-color: rgb(47,49,23); }
td.TdClassName
{
border-color: #2F3117;
}
.TagClassName
{
border-color: #2F3117;
}
</style>