Shades of Green Waterloo #2F3210
Tints of Green Waterloo #2F3210
RGB
CMYK
RGB Variations
Color information
#2F3210 (or 0x2F3210) is known color: Green Waterloo. HEX triplet: 2F, 32 and 10. RGB value is (47,50,16). Sum of RGB (Red+Green+Blue) = 47+50+16=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #2F3210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3210 is #D0CDEF. Grayscale: #2D2D2D. Windows color (decimal): -13684208 or 1061423. OLE color: 1061423.
HSL color Cylindrical-coordinate representation of color #2F3210: hue angle of 65.29º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F3210 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 16 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.80 |
| HSL | 65.29º | 0.52% | 0.13% | - |
| HSV(B) | 65.29º | 0.68% | 0.2% | - |
| XYZ | 2.41 | 2.92 | 0.93 | - |
| YUV | 45.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 16 | 0.06 | 0 | 0.68 | 0.80 | 65.29 | 0.52 | 0.13 |
| Hex | 2F | 32 | 10 | 6 | 0 | 44 | 50 | 41 | 34 | D |
| Octal | 57 | 62 | 20 | 6 | 0 | 104 | 120 | 101 | 64 | 15 |
| Binary | 101111 | 110010 | 10000 | 110 | 0 | 1000100 | 1010000 | 1000001 | 110100 | 1101 |
Color Harmonies of #2F3210
Complementary color
Monochromatic Colors of #2F3210
Black with #2F3210
Text Example
Text Example
White with #2F3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3210; }
p { color: rgb(47,50,16); }
H1.HeaderClassName
{
color: #2F3210;
}
.AnyTagClassName
{
color: #2F3210;
}
</style>
background-color css
<style>
a { background-color: #2F3210; }
a { background-color: rgb(47,50,16); }
div.DivClassName
{
background-color: #2F3210;
}
.BgClassName
{
background-color: #2F3210;
}
</style>
border-color css
<style>
span { border-color: #2F3210; }
span { border-color: rgb(47,50,16); }
td.TdClassName
{
border-color: #2F3210;
}
.TagClassName
{
border-color: #2F3210;
}
</style>