Shades of Green Waterloo #2D3108
Tints of Green Waterloo #2D3108
RGB
CMYK
RGB Variations
Color information
#2D3108 (or 0x2D3108) is known color: Green Waterloo. HEX triplet: 2D, 31 and 08. RGB value is (45,49,8). Sum of RGB (Red+Green+Blue) = 45+49+8=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3108 is #D2CEF7. Grayscale: #2B2B2B. Windows color (decimal): -13815544 or 536877. OLE color: 536877.
HSL color Cylindrical-coordinate representation of color #2D3108: hue angle of 65.85º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D3108 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 8 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.81 |
| HSL | 65.85º | 0.72% | 0.11% | - |
| HSV(B) | 65.85º | 0.84% | 0.19% | - |
| XYZ | 2.22 | 2.77 | 0.65 | - |
| YUV | 43.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 8 | 0.08 | 0 | 0.84 | 0.81 | 65.85 | 0.72 | 0.11 |
| Hex | 2D | 31 | 8 | 8 | 0 | 54 | 51 | 42 | 48 | B |
| Octal | 55 | 61 | 10 | 10 | 0 | 124 | 121 | 102 | 110 | 13 |
| Binary | 101101 | 110001 | 1000 | 1000 | 0 | 1010100 | 1010001 | 1000010 | 1001000 | 1011 |
Color Harmonies of #2D3108
Complementary color
Monochromatic Colors of #2D3108
Black with #2D3108
Text Example
Text Example
White with #2D3108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3108; }
p { color: rgb(45,49,8); }
H1.HeaderClassName
{
color: #2D3108;
}
.AnyTagClassName
{
color: #2D3108;
}
</style>
background-color css
<style>
a { background-color: #2D3108; }
a { background-color: rgb(45,49,8); }
div.DivClassName
{
background-color: #2D3108;
}
.BgClassName
{
background-color: #2D3108;
}
</style>
border-color css
<style>
span { border-color: #2D3108; }
span { border-color: rgb(45,49,8); }
td.TdClassName
{
border-color: #2D3108;
}
.TagClassName
{
border-color: #2D3108;
}
</style>