Shades of Green Waterloo #2F3214
Tints of Green Waterloo #2F3214
RGB
CMYK
RGB Variations
Color information
#2F3214 (or 0x2F3214) is known color: Green Waterloo. HEX triplet: 2F, 32 and 14. RGB value is (47,50,20). Sum of RGB (Red+Green+Blue) = 47+50+20=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #2F3214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3214 is #D0CDEB. Grayscale: #2D2D2D. Windows color (decimal): -13684204 or 1323567. OLE color: 1323567.
HSL color Cylindrical-coordinate representation of color #2F3214: hue angle of 66º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F3214 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 20 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.80 |
| HSL | 66º | 0.43% | 0.14% | - |
| HSV(B) | 66º | 0.6% | 0.2% | - |
| XYZ | 2.44 | 2.94 | 1.1 | - |
| YUV | 45.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 20 | 0.06 | 0 | 0.60 | 0.80 | 66 | 0.43 | 0.14 |
| Hex | 2F | 32 | 14 | 6 | 0 | 3C | 50 | 42 | 2B | E |
| Octal | 57 | 62 | 24 | 6 | 0 | 74 | 120 | 102 | 53 | 16 |
| Binary | 101111 | 110010 | 10100 | 110 | 0 | 111100 | 1010000 | 1000010 | 101011 | 1110 |
Color Harmonies of #2F3214
Complementary color
Monochromatic Colors of #2F3214
Black with #2F3214
Text Example
Text Example
White with #2F3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3214; }
p { color: rgb(47,50,20); }
H1.HeaderClassName
{
color: #2F3214;
}
.AnyTagClassName
{
color: #2F3214;
}
</style>
background-color css
<style>
a { background-color: #2F3214; }
a { background-color: rgb(47,50,20); }
div.DivClassName
{
background-color: #2F3214;
}
.BgClassName
{
background-color: #2F3214;
}
</style>
border-color css
<style>
span { border-color: #2F3214; }
span { border-color: rgb(47,50,20); }
td.TdClassName
{
border-color: #2F3214;
}
.TagClassName
{
border-color: #2F3214;
}
</style>