Shades of Green Waterloo #2F321D
Tints of Green Waterloo #2F321D
RGB
CMYK
RGB Variations
Color information
#2F321D (or 0x2F321D) is known color: Green Waterloo. HEX triplet: 2F, 32 and 1D. RGB value is (47,50,29). Sum of RGB (Red+Green+Blue) = 47+50+29=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #2F321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F321D is #D0CDE2. Grayscale: #2E2E2E. Windows color (decimal): -13684195 or 1913391. OLE color: 1913391.
HSL color Cylindrical-coordinate representation of color #2F321D: hue angle of 68.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F321D is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 29 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.80 |
| HSL | 68.57º | 0.27% | 0.15% | - |
| HSV(B) | 68.57º | 0.42% | 0.2% | - |
| XYZ | 2.53 | 2.97 | 1.6 | - |
| YUV | 46.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 29 | 0.06 | 0 | 0.42 | 0.80 | 68.57 | 0.27 | 0.15 |
| Hex | 2F | 32 | 1D | 6 | 0 | 2A | 50 | 45 | 1B | F |
| Octal | 57 | 62 | 35 | 6 | 0 | 52 | 120 | 105 | 33 | 17 |
| Binary | 101111 | 110010 | 11101 | 110 | 0 | 101010 | 1010000 | 1000101 | 11011 | 1111 |
Color Harmonies of #2F321D
Complementary color
Monochromatic Colors of #2F321D
Black with #2F321D
Text Example
Text Example
White with #2F321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F321D; }
p { color: rgb(47,50,29); }
H1.HeaderClassName
{
color: #2F321D;
}
.AnyTagClassName
{
color: #2F321D;
}
</style>
background-color css
<style>
a { background-color: #2F321D; }
a { background-color: rgb(47,50,29); }
div.DivClassName
{
background-color: #2F321D;
}
.BgClassName
{
background-color: #2F321D;
}
</style>
border-color css
<style>
span { border-color: #2F321D; }
span { border-color: rgb(47,50,29); }
td.TdClassName
{
border-color: #2F321D;
}
.TagClassName
{
border-color: #2F321D;
}
</style>