Shades of Green Waterloo #2F321F
Tints of Green Waterloo #2F321F
RGB
CMYK
RGB Variations
Color information
#2F321F (or 0x2F321F) is known color: Green Waterloo. HEX triplet: 2F, 32 and 1F. RGB value is (47,50,31). Sum of RGB (Red+Green+Blue) = 47+50+31=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 50 - color contains mainly: green. Hex color #2F321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F321F is #D0CDE0. Grayscale: #2F2F2F. Windows color (decimal): -13684193 or 2044463. OLE color: 2044463.
HSL color Cylindrical-coordinate representation of color #2F321F: hue angle of 69.47º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F321F is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 31 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.80 |
| HSL | 69.47º | 0.23% | 0.16% | - |
| HSV(B) | 69.47º | 0.38% | 0.2% | - |
| XYZ | 2.56 | 2.98 | 1.74 | - |
| YUV | 46.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 31 | 0.06 | 0 | 0.38 | 0.80 | 69.47 | 0.23 | 0.16 |
| Hex | 2F | 32 | 1F | 6 | 0 | 26 | 50 | 45 | 17 | 10 |
| Octal | 57 | 62 | 37 | 6 | 0 | 46 | 120 | 105 | 27 | 20 |
| Binary | 101111 | 110010 | 11111 | 110 | 0 | 100110 | 1010000 | 1000101 | 10111 | 10000 |
Color Harmonies of #2F321F
Complementary color
Monochromatic Colors of #2F321F
Black with #2F321F
Text Example
Text Example
White with #2F321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F321F; }
p { color: rgb(47,50,31); }
H1.HeaderClassName
{
color: #2F321F;
}
.AnyTagClassName
{
color: #2F321F;
}
</style>
background-color css
<style>
a { background-color: #2F321F; }
a { background-color: rgb(47,50,31); }
div.DivClassName
{
background-color: #2F321F;
}
.BgClassName
{
background-color: #2F321F;
}
</style>
border-color css
<style>
span { border-color: #2F321F; }
span { border-color: rgb(47,50,31); }
td.TdClassName
{
border-color: #2F321F;
}
.TagClassName
{
border-color: #2F321F;
}
</style>