Shades of Green Waterloo #2F321B
Tints of Green Waterloo #2F321B
RGB
CMYK
RGB Variations
Color information
#2F321B (or 0x2F321B) is known color: Green Waterloo. HEX triplet: 2F, 32 and 1B. RGB value is (47,50,27). Sum of RGB (Red+Green+Blue) = 47+50+27=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #2F321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F321B is #D0CDE4. Grayscale: #2E2E2E. Windows color (decimal): -13684197 or 1782319. OLE color: 1782319.
HSL color Cylindrical-coordinate representation of color #2F321B: hue angle of 67.83º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F321B is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 27 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.80 |
| HSL | 67.83º | 0.3% | 0.15% | - |
| HSV(B) | 67.83º | 0.46% | 0.2% | - |
| XYZ | 2.51 | 2.96 | 1.48 | - |
| YUV | 46.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 27 | 0.06 | 0 | 0.46 | 0.80 | 67.83 | 0.3 | 0.15 |
| Hex | 2F | 32 | 1B | 6 | 0 | 2E | 50 | 44 | 1E | F |
| Octal | 57 | 62 | 33 | 6 | 0 | 56 | 120 | 104 | 36 | 17 |
| Binary | 101111 | 110010 | 11011 | 110 | 0 | 101110 | 1010000 | 1000100 | 11110 | 1111 |
Color Harmonies of #2F321B
Complementary color
Monochromatic Colors of #2F321B
Black with #2F321B
Text Example
Text Example
White with #2F321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F321B; }
p { color: rgb(47,50,27); }
H1.HeaderClassName
{
color: #2F321B;
}
.AnyTagClassName
{
color: #2F321B;
}
</style>
background-color css
<style>
a { background-color: #2F321B; }
a { background-color: rgb(47,50,27); }
div.DivClassName
{
background-color: #2F321B;
}
.BgClassName
{
background-color: #2F321B;
}
</style>
border-color css
<style>
span { border-color: #2F321B; }
span { border-color: rgb(47,50,27); }
td.TdClassName
{
border-color: #2F321B;
}
.TagClassName
{
border-color: #2F321B;
}
</style>