Shades of Green Waterloo #2F321C
Tints of Green Waterloo #2F321C
RGB
CMYK
RGB Variations
Color information
#2F321C (or 0x2F321C) is known color: Green Waterloo. HEX triplet: 2F, 32 and 1C. RGB value is (47,50,28). Sum of RGB (Red+Green+Blue) = 47+50+28=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #2F321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F321C is #D0CDE3. Grayscale: #2E2E2E. Windows color (decimal): -13684196 or 1847855. OLE color: 1847855.
HSL color Cylindrical-coordinate representation of color #2F321C: hue angle of 68.18º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F321C is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 28 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.80 |
| HSL | 68.18º | 0.28% | 0.15% | - |
| HSV(B) | 68.18º | 0.44% | 0.2% | - |
| XYZ | 2.52 | 2.97 | 1.54 | - |
| YUV | 46.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 28 | 0.06 | 0 | 0.44 | 0.80 | 68.18 | 0.28 | 0.15 |
| Hex | 2F | 32 | 1C | 6 | 0 | 2C | 50 | 44 | 1C | F |
| Octal | 57 | 62 | 34 | 6 | 0 | 54 | 120 | 104 | 34 | 17 |
| Binary | 101111 | 110010 | 11100 | 110 | 0 | 101100 | 1010000 | 1000100 | 11100 | 1111 |
Color Harmonies of #2F321C
Complementary color
Monochromatic Colors of #2F321C
Black with #2F321C
Text Example
Text Example
White with #2F321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F321C; }
p { color: rgb(47,50,28); }
H1.HeaderClassName
{
color: #2F321C;
}
.AnyTagClassName
{
color: #2F321C;
}
</style>
background-color css
<style>
a { background-color: #2F321C; }
a { background-color: rgb(47,50,28); }
div.DivClassName
{
background-color: #2F321C;
}
.BgClassName
{
background-color: #2F321C;
}
</style>
border-color css
<style>
span { border-color: #2F321C; }
span { border-color: rgb(47,50,28); }
td.TdClassName
{
border-color: #2F321C;
}
.TagClassName
{
border-color: #2F321C;
}
</style>