Shades of Green Waterloo #2D320F
Tints of Green Waterloo #2D320F
RGB
CMYK
RGB Variations
Color information
#2D320F (or 0x2D320F) is known color: Green Waterloo. HEX triplet: 2D, 32 and 0F. RGB value is (45,50,15). Sum of RGB (Red+Green+Blue) = 45+50+15=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #2D320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D320F is #D2CDF0. Grayscale: #2C2C2C. Windows color (decimal): -13815281 or 995885. OLE color: 995885.
HSL color Cylindrical-coordinate representation of color #2D320F: hue angle of 68.57º 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 #2D320F is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 50 | 15 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.80 |
| HSL | 68.57º | 0.54% | 0.13% | - |
| HSV(B) | 68.57º | 0.7% | 0.2% | - |
| XYZ | 2.31 | 2.87 | 0.88 | - |
| YUV | 44.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 15 | 0.10 | 0 | 0.70 | 0.80 | 68.57 | 0.54 | 0.13 |
| Hex | 2D | 32 | F | A | 0 | 46 | 50 | 45 | 36 | D |
| Octal | 55 | 62 | 17 | 12 | 0 | 106 | 120 | 105 | 66 | 15 |
| Binary | 101101 | 110010 | 1111 | 1010 | 0 | 1000110 | 1010000 | 1000101 | 110110 | 1101 |
Color Harmonies of #2D320F
Complementary color
Monochromatic Colors of #2D320F
Black with #2D320F
Text Example
Text Example
White with #2D320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D320F; }
p { color: rgb(45,50,15); }
H1.HeaderClassName
{
color: #2D320F;
}
.AnyTagClassName
{
color: #2D320F;
}
</style>
background-color css
<style>
a { background-color: #2D320F; }
a { background-color: rgb(45,50,15); }
div.DivClassName
{
background-color: #2D320F;
}
.BgClassName
{
background-color: #2D320F;
}
</style>
border-color css
<style>
span { border-color: #2D320F; }
span { border-color: rgb(45,50,15); }
td.TdClassName
{
border-color: #2D320F;
}
.TagClassName
{
border-color: #2D320F;
}
</style>