Shades of Green Waterloo #2D300C
Tints of Green Waterloo #2D300C
RGB
CMYK
RGB Variations
Color information
#2D300C (or 0x2D300C) is known color: Green Waterloo. HEX triplet: 2D, 30 and 0C. RGB value is (45,48,12). Sum of RGB (Red+Green+Blue) = 45+48+12=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #2D300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D300C is #D2CFF3. Grayscale: #2B2B2B. Windows color (decimal): -13815796 or 798765. OLE color: 798765.
HSL color Cylindrical-coordinate representation of color #2D300C: hue angle of 65º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D300C is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 48 | 12 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.81 |
| HSL | 65º | 0.6% | 0.12% | - |
| HSV(B) | 65º | 0.75% | 0.19% | - |
| XYZ | 2.21 | 2.7 | 0.75 | - |
| YUV | 43 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 12 | 0.06 | 0 | 0.75 | 0.81 | 65 | 0.6 | 0.12 |
| Hex | 2D | 30 | C | 6 | 0 | 4B | 51 | 41 | 3C | C |
| Octal | 55 | 60 | 14 | 6 | 0 | 113 | 121 | 101 | 74 | 14 |
| Binary | 101101 | 110000 | 1100 | 110 | 0 | 1001011 | 1010001 | 1000001 | 111100 | 1100 |
Color Harmonies of #2D300C
Complementary color
Monochromatic Colors of #2D300C
Black with #2D300C
Text Example
Text Example
White with #2D300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D300C; }
p { color: rgb(45,48,12); }
H1.HeaderClassName
{
color: #2D300C;
}
.AnyTagClassName
{
color: #2D300C;
}
</style>
background-color css
<style>
a { background-color: #2D300C; }
a { background-color: rgb(45,48,12); }
div.DivClassName
{
background-color: #2D300C;
}
.BgClassName
{
background-color: #2D300C;
}
</style>
border-color css
<style>
span { border-color: #2D300C; }
span { border-color: rgb(45,48,12); }
td.TdClassName
{
border-color: #2D300C;
}
.TagClassName
{
border-color: #2D300C;
}
</style>