Shades of Green Waterloo #2D2F15
Tints of Green Waterloo #2D2F15
RGB
CMYK
RGB Variations
Color information
#2D2F15 (or 0x2D2F15) is known color: Green Waterloo. HEX triplet: 2D, 2F and 15. RGB value is (45,47,21). Sum of RGB (Red+Green+Blue) = 45+47+21=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 47 - color contains mainly: green. Hex color #2D2F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2F15 is #D2D0EA. Grayscale: #2B2B2B. Windows color (decimal): -13816043 or 1388333. OLE color: 1388333.
HSL color Cylindrical-coordinate representation of color #2D2F15: hue angle of 64.62º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D2F15 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 47 | 21 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.82 |
| HSL | 64.62º | 0.38% | 0.13% | - |
| HSV(B) | 64.62º | 0.55% | 0.18% | - |
| XYZ | 2.23 | 2.65 | 1.1 | - |
| YUV | 43.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 47 | 21 | 0.04 | 0 | 0.55 | 0.82 | 64.62 | 0.38 | 0.13 |
| Hex | 2D | 2F | 15 | 4 | 0 | 37 | 52 | 41 | 26 | D |
| Octal | 55 | 57 | 25 | 4 | 0 | 67 | 122 | 101 | 46 | 15 |
| Binary | 101101 | 101111 | 10101 | 100 | 0 | 110111 | 1010010 | 1000001 | 100110 | 1101 |
Color Harmonies of #2D2F15
Complementary color
Monochromatic Colors of #2D2F15
Black with #2D2F15
Text Example
Text Example
White with #2D2F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2F15; }
p { color: rgb(45,47,21); }
H1.HeaderClassName
{
color: #2D2F15;
}
.AnyTagClassName
{
color: #2D2F15;
}
</style>
background-color css
<style>
a { background-color: #2D2F15; }
a { background-color: rgb(45,47,21); }
div.DivClassName
{
background-color: #2D2F15;
}
.BgClassName
{
background-color: #2D2F15;
}
</style>
border-color css
<style>
span { border-color: #2D2F15; }
span { border-color: rgb(45,47,21); }
td.TdClassName
{
border-color: #2D2F15;
}
.TagClassName
{
border-color: #2D2F15;
}
</style>