Shades of Green Waterloo #2D301D
Tints of Green Waterloo #2D301D
RGB
CMYK
RGB Variations
Color information
#2D301D (or 0x2D301D) is known color: Green Waterloo. HEX triplet: 2D, 30 and 1D. RGB value is (45,48,29). Sum of RGB (Red+Green+Blue) = 45+48+29=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #2D301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D301D is #D2CFE2. Grayscale: #2D2D2D. Windows color (decimal): -13815779 or 1912877. OLE color: 1912877.
HSL color Cylindrical-coordinate representation of color #2D301D: hue angle of 69.47º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D301D is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 48 | 29 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.81 |
| HSL | 69.47º | 0.25% | 0.15% | - |
| HSV(B) | 69.47º | 0.4% | 0.19% | - |
| XYZ | 2.36 | 2.76 | 1.57 | - |
| YUV | 44.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 29 | 0.06 | 0 | 0.40 | 0.81 | 69.47 | 0.25 | 0.15 |
| Hex | 2D | 30 | 1D | 6 | 0 | 28 | 51 | 45 | 19 | F |
| Octal | 55 | 60 | 35 | 6 | 0 | 50 | 121 | 105 | 31 | 17 |
| Binary | 101101 | 110000 | 11101 | 110 | 0 | 101000 | 1010001 | 1000101 | 11001 | 1111 |
Color Harmonies of #2D301D
Complementary color
Monochromatic Colors of #2D301D
Black with #2D301D
Text Example
Text Example
White with #2D301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D301D; }
p { color: rgb(45,48,29); }
H1.HeaderClassName
{
color: #2D301D;
}
.AnyTagClassName
{
color: #2D301D;
}
</style>
background-color css
<style>
a { background-color: #2D301D; }
a { background-color: rgb(45,48,29); }
div.DivClassName
{
background-color: #2D301D;
}
.BgClassName
{
background-color: #2D301D;
}
</style>
border-color css
<style>
span { border-color: #2D301D; }
span { border-color: rgb(45,48,29); }
td.TdClassName
{
border-color: #2D301D;
}
.TagClassName
{
border-color: #2D301D;
}
</style>