Shades of Green Waterloo #2D300D
Tints of Green Waterloo #2D300D
RGB
CMYK
RGB Variations
Color information
#2D300D (or 0x2D300D) is known color: Green Waterloo. HEX triplet: 2D, 30 and 0D. RGB value is (45,48,13). Sum of RGB (Red+Green+Blue) = 45+48+13=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #2D300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D300D is #D2CFF2. Grayscale: #2B2B2B. Windows color (decimal): -13815795 or 864301. OLE color: 864301.
HSL color Cylindrical-coordinate representation of color #2D300D: hue angle of 65.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D300D is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 48 | 13 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.81 |
| HSL | 65.14º | 0.57% | 0.12% | - |
| HSV(B) | 65.14º | 0.73% | 0.19% | - |
| XYZ | 2.21 | 2.7 | 0.79 | - |
| YUV | 43.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 13 | 0.06 | 0 | 0.73 | 0.81 | 65.14 | 0.57 | 0.12 |
| Hex | 2D | 30 | D | 6 | 0 | 49 | 51 | 41 | 39 | C |
| Octal | 55 | 60 | 15 | 6 | 0 | 111 | 121 | 101 | 71 | 14 |
| Binary | 101101 | 110000 | 1101 | 110 | 0 | 1001001 | 1010001 | 1000001 | 111001 | 1100 |
Color Harmonies of #2D300D
Complementary color
Monochromatic Colors of #2D300D
Black with #2D300D
Text Example
Text Example
White with #2D300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D300D; }
p { color: rgb(45,48,13); }
H1.HeaderClassName
{
color: #2D300D;
}
.AnyTagClassName
{
color: #2D300D;
}
</style>
background-color css
<style>
a { background-color: #2D300D; }
a { background-color: rgb(45,48,13); }
div.DivClassName
{
background-color: #2D300D;
}
.BgClassName
{
background-color: #2D300D;
}
</style>
border-color css
<style>
span { border-color: #2D300D; }
span { border-color: rgb(45,48,13); }
td.TdClassName
{
border-color: #2D300D;
}
.TagClassName
{
border-color: #2D300D;
}
</style>