Shades of Green Waterloo #2D3017
Tints of Green Waterloo #2D3017
RGB
CMYK
RGB Variations
Color information
#2D3017 (or 0x2D3017) is known color: Green Waterloo. HEX triplet: 2D, 30 and 17. RGB value is (45,48,23). Sum of RGB (Red+Green+Blue) = 45+48+23=116 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.79% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #2D3017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3017 is #D2CFE8. Grayscale: #2C2C2C. Windows color (decimal): -13815785 or 1519661. OLE color: 1519661.
HSL color Cylindrical-coordinate representation of color #2D3017: hue angle of 67.2º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D3017 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 48 | 23 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.81 |
| HSL | 67.2º | 0.35% | 0.14% | - |
| HSV(B) | 67.2º | 0.52% | 0.19% | - |
| XYZ | 2.29 | 2.73 | 1.22 | - |
| YUV | 44.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 23 | 0.06 | 0 | 0.52 | 0.81 | 67.2 | 0.35 | 0.14 |
| Hex | 2D | 30 | 17 | 6 | 0 | 34 | 51 | 43 | 23 | E |
| Octal | 55 | 60 | 27 | 6 | 0 | 64 | 121 | 103 | 43 | 16 |
| Binary | 101101 | 110000 | 10111 | 110 | 0 | 110100 | 1010001 | 1000011 | 100011 | 1110 |
Color Harmonies of #2D3017
Complementary color
Monochromatic Colors of #2D3017
Black with #2D3017
Text Example
Text Example
White with #2D3017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3017; }
p { color: rgb(45,48,23); }
H1.HeaderClassName
{
color: #2D3017;
}
.AnyTagClassName
{
color: #2D3017;
}
</style>
background-color css
<style>
a { background-color: #2D3017; }
a { background-color: rgb(45,48,23); }
div.DivClassName
{
background-color: #2D3017;
}
.BgClassName
{
background-color: #2D3017;
}
</style>
border-color css
<style>
span { border-color: #2D3017; }
span { border-color: rgb(45,48,23); }
td.TdClassName
{
border-color: #2D3017;
}
.TagClassName
{
border-color: #2D3017;
}
</style>