Shades of Green Waterloo #2F331B
Tints of Green Waterloo #2F331B
RGB
CMYK
RGB Variations
Color information
#2F331B (or 0x2F331B) is known color: Green Waterloo. HEX triplet: 2F, 33 and 1B. RGB value is (47,51,27). Sum of RGB (Red+Green+Blue) = 47+51+27=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #2F331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F331B is #D0CCE4. Grayscale: #2F2F2F. Windows color (decimal): -13683941 or 1782575. OLE color: 1782575.
HSL color Cylindrical-coordinate representation of color #2F331B: hue angle of 70º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F331B is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 47 | 51 | 27 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.8 |
| HSL | 70º | 0.31% | 0.15% | - |
| HSV(B) | 70º | 0.47% | 0.2% | - |
| XYZ | 2.55 | 3.05 | 1.49 | - |
| YUV | 47.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 27 | 0.08 | 0 | 0.47 | 0.8 | 70 | 0.31 | 0.15 |
| Hex | 2F | 33 | 1B | 8 | 0 | 2F | 50 | 46 | 1F | F |
| Octal | 57 | 63 | 33 | 10 | 0 | 57 | 120 | 106 | 37 | 17 |
| Binary | 101111 | 110011 | 11011 | 1000 | 0 | 101111 | 1010000 | 1000110 | 11111 | 1111 |
Color Harmonies of #2F331B
Complementary color
Monochromatic Colors of #2F331B
Black with #2F331B
Text Example
Text Example
White with #2F331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F331B; }
p { color: rgb(47,51,27); }
H1.HeaderClassName
{
color: #2F331B;
}
.AnyTagClassName
{
color: #2F331B;
}
</style>
background-color css
<style>
a { background-color: #2F331B; }
a { background-color: rgb(47,51,27); }
div.DivClassName
{
background-color: #2F331B;
}
.BgClassName
{
background-color: #2F331B;
}
</style>
border-color css
<style>
span { border-color: #2F331B; }
span { border-color: rgb(47,51,27); }
td.TdClassName
{
border-color: #2F331B;
}
.TagClassName
{
border-color: #2F331B;
}
</style>