Shades of Green Waterloo #2D3218
Tints of Green Waterloo #2D3218
RGB
CMYK
RGB Variations
Color information
#2D3218 (or 0x2D3218) is known color: Green Waterloo. HEX triplet: 2D, 32 and 18. RGB value is (45,50,24). Sum of RGB (Red+Green+Blue) = 45+50+24=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #2D3218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3218 is #D2CDE7. Grayscale: #2D2D2D. Windows color (decimal): -13815272 or 1585709. OLE color: 1585709.
HSL color Cylindrical-coordinate representation of color #2D3218: hue angle of 71.54º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D3218 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 50 | 24 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.80 |
| HSL | 71.54º | 0.35% | 0.15% | - |
| HSV(B) | 71.54º | 0.52% | 0.2% | - |
| XYZ | 2.39 | 2.91 | 1.3 | - |
| YUV | 45.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 24 | 0.10 | 0 | 0.52 | 0.80 | 71.54 | 0.35 | 0.15 |
| Hex | 2D | 32 | 18 | A | 0 | 34 | 50 | 48 | 23 | F |
| Octal | 55 | 62 | 30 | 12 | 0 | 64 | 120 | 110 | 43 | 17 |
| Binary | 101101 | 110010 | 11000 | 1010 | 0 | 110100 | 1010000 | 1001000 | 100011 | 1111 |
Color Harmonies of #2D3218
Complementary color
Monochromatic Colors of #2D3218
Black with #2D3218
Text Example
Text Example
White with #2D3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3218; }
p { color: rgb(45,50,24); }
H1.HeaderClassName
{
color: #2D3218;
}
.AnyTagClassName
{
color: #2D3218;
}
</style>
background-color css
<style>
a { background-color: #2D3218; }
a { background-color: rgb(45,50,24); }
div.DivClassName
{
background-color: #2D3218;
}
.BgClassName
{
background-color: #2D3218;
}
</style>
border-color css
<style>
span { border-color: #2D3218; }
span { border-color: rgb(45,50,24); }
td.TdClassName
{
border-color: #2D3218;
}
.TagClassName
{
border-color: #2D3218;
}
</style>