Shades of Green Waterloo #2F320D
Tints of Green Waterloo #2F320D
RGB
CMYK
RGB Variations
Color information
#2F320D (or 0x2F320D) is known color: Green Waterloo. HEX triplet: 2F, 32 and 0D. RGB value is (47,50,13). Sum of RGB (Red+Green+Blue) = 47+50+13=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #2F320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F320D is #D0CDF2. Grayscale: #2D2D2D. Windows color (decimal): -13684211 or 864815. OLE color: 864815.
HSL color Cylindrical-coordinate representation of color #2F320D: hue angle of 64.86º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F320D is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 13 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.80 |
| HSL | 64.86º | 0.59% | 0.12% | - |
| HSV(B) | 64.86º | 0.74% | 0.2% | - |
| XYZ | 2.39 | 2.91 | 0.82 | - |
| YUV | 44.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 13 | 0.06 | 0 | 0.74 | 0.80 | 64.86 | 0.59 | 0.12 |
| Hex | 2F | 32 | D | 6 | 0 | 4A | 50 | 41 | 3B | C |
| Octal | 57 | 62 | 15 | 6 | 0 | 112 | 120 | 101 | 73 | 14 |
| Binary | 101111 | 110010 | 1101 | 110 | 0 | 1001010 | 1010000 | 1000001 | 111011 | 1100 |
Color Harmonies of #2F320D
Complementary color
Monochromatic Colors of #2F320D
Black with #2F320D
Text Example
Text Example
White with #2F320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F320D; }
p { color: rgb(47,50,13); }
H1.HeaderClassName
{
color: #2F320D;
}
.AnyTagClassName
{
color: #2F320D;
}
</style>
background-color css
<style>
a { background-color: #2F320D; }
a { background-color: rgb(47,50,13); }
div.DivClassName
{
background-color: #2F320D;
}
.BgClassName
{
background-color: #2F320D;
}
</style>
border-color css
<style>
span { border-color: #2F320D; }
span { border-color: rgb(47,50,13); }
td.TdClassName
{
border-color: #2F320D;
}
.TagClassName
{
border-color: #2F320D;
}
</style>