Shades of Green Waterloo #2D321B
Tints of Green Waterloo #2D321B
RGB
CMYK
RGB Variations
Color information
#2D321B (or 0x2D321B) is known color: Green Waterloo. HEX triplet: 2D, 32 and 1B. RGB value is (45,50,27). Sum of RGB (Red+Green+Blue) = 45+50+27=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #2D321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D321B is #D2CDE4. Grayscale: #2D2D2D. Windows color (decimal): -13815269 or 1782317. OLE color: 1782317.
HSL color Cylindrical-coordinate representation of color #2D321B: hue angle of 73.04º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D321B is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 50 | 27 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.80 |
| HSL | 73.04º | 0.3% | 0.15% | - |
| HSV(B) | 73.04º | 0.46% | 0.2% | - |
| XYZ | 2.42 | 2.92 | 1.47 | - |
| YUV | 45.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 27 | 0.10 | 0 | 0.46 | 0.80 | 73.04 | 0.3 | 0.15 |
| Hex | 2D | 32 | 1B | A | 0 | 2E | 50 | 49 | 1E | F |
| Octal | 55 | 62 | 33 | 12 | 0 | 56 | 120 | 111 | 36 | 17 |
| Binary | 101101 | 110010 | 11011 | 1010 | 0 | 101110 | 1010000 | 1001001 | 11110 | 1111 |
Color Harmonies of #2D321B
Complementary color
Monochromatic Colors of #2D321B
Black with #2D321B
Text Example
Text Example
White with #2D321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D321B; }
p { color: rgb(45,50,27); }
H1.HeaderClassName
{
color: #2D321B;
}
.AnyTagClassName
{
color: #2D321B;
}
</style>
background-color css
<style>
a { background-color: #2D321B; }
a { background-color: rgb(45,50,27); }
div.DivClassName
{
background-color: #2D321B;
}
.BgClassName
{
background-color: #2D321B;
}
</style>
border-color css
<style>
span { border-color: #2D321B; }
span { border-color: rgb(45,50,27); }
td.TdClassName
{
border-color: #2D321B;
}
.TagClassName
{
border-color: #2D321B;
}
</style>