Shades of Green Waterloo #2F3121
Tints of Green Waterloo #2F3121
RGB
CMYK
RGB Variations
Color information
#2F3121 (or 0x2F3121) is known color: Green Waterloo. HEX triplet: 2F, 31 and 21. RGB value is (47,49,33). Sum of RGB (Red+Green+Blue) = 47+49+33=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3121 is #D0CEDE. Grayscale: #2E2E2E. Windows color (decimal): -13684447 or 2175279. OLE color: 2175279.
HSL color Cylindrical-coordinate representation of color #2F3121: hue angle of 67.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F3121 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 33 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.81 |
| HSL | 67.5º | 0.2% | 0.16% | - |
| HSV(B) | 67.5º | 0.33% | 0.19% | - |
| XYZ | 2.55 | 2.91 | 1.87 | - |
| YUV | 46.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 33 | 0.04 | 0 | 0.33 | 0.81 | 67.5 | 0.2 | 0.16 |
| Hex | 2F | 31 | 21 | 4 | 0 | 21 | 51 | 44 | 14 | 10 |
| Octal | 57 | 61 | 41 | 4 | 0 | 41 | 121 | 104 | 24 | 20 |
| Binary | 101111 | 110001 | 100001 | 100 | 0 | 100001 | 1010001 | 1000100 | 10100 | 10000 |
Color Harmonies of #2F3121
Complementary color
Monochromatic Colors of #2F3121
Black with #2F3121
Text Example
Text Example
White with #2F3121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3121; }
p { color: rgb(47,49,33); }
H1.HeaderClassName
{
color: #2F3121;
}
.AnyTagClassName
{
color: #2F3121;
}
</style>
background-color css
<style>
a { background-color: #2F3121; }
a { background-color: rgb(47,49,33); }
div.DivClassName
{
background-color: #2F3121;
}
.BgClassName
{
background-color: #2F3121;
}
</style>
border-color css
<style>
span { border-color: #2F3121; }
span { border-color: rgb(47,49,33); }
td.TdClassName
{
border-color: #2F3121;
}
.TagClassName
{
border-color: #2F3121;
}
</style>