Shades of Green Waterloo #2F320F
Tints of Green Waterloo #2F320F
RGB
CMYK
RGB Variations
Color information
#2F320F (or 0x2F320F) is known color: Green Waterloo. HEX triplet: 2F, 32 and 0F. RGB value is (47,50,15). Sum of RGB (Red+Green+Blue) = 47+50+15=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #2F320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F320F is #D0CDF0. Grayscale: #2D2D2D. Windows color (decimal): -13684209 or 995887. OLE color: 995887.
HSL color Cylindrical-coordinate representation of color #2F320F: hue angle of 65.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F320F is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 15 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.80 |
| HSL | 65.14º | 0.54% | 0.13% | - |
| HSV(B) | 65.14º | 0.7% | 0.2% | - |
| XYZ | 2.4 | 2.92 | 0.89 | - |
| YUV | 45.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 15 | 0.06 | 0 | 0.70 | 0.80 | 65.14 | 0.54 | 0.13 |
| Hex | 2F | 32 | F | 6 | 0 | 46 | 50 | 41 | 36 | D |
| Octal | 57 | 62 | 17 | 6 | 0 | 106 | 120 | 101 | 66 | 15 |
| Binary | 101111 | 110010 | 1111 | 110 | 0 | 1000110 | 1010000 | 1000001 | 110110 | 1101 |
Color Harmonies of #2F320F
Complementary color
Monochromatic Colors of #2F320F
Black with #2F320F
Text Example
Text Example
White with #2F320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F320F; }
p { color: rgb(47,50,15); }
H1.HeaderClassName
{
color: #2F320F;
}
.AnyTagClassName
{
color: #2F320F;
}
</style>
background-color css
<style>
a { background-color: #2F320F; }
a { background-color: rgb(47,50,15); }
div.DivClassName
{
background-color: #2F320F;
}
.BgClassName
{
background-color: #2F320F;
}
</style>
border-color css
<style>
span { border-color: #2F320F; }
span { border-color: rgb(47,50,15); }
td.TdClassName
{
border-color: #2F320F;
}
.TagClassName
{
border-color: #2F320F;
}
</style>