Shades of Green Waterloo #2A2D0D
Tints of Green Waterloo #2A2D0D
RGB
CMYK
RGB Variations
Color information
#2A2D0D (or 0x2A2D0D) is known color: Green Waterloo. HEX triplet: 2A, 2D and 0D. RGB value is (42,45,13). Sum of RGB (Red+Green+Blue) = 42+45+13=100 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 45 - color contains mainly: green. Hex color #2A2D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2D0D is #D5D2F2. Grayscale: #282828. Windows color (decimal): -14013171 or 863530. OLE color: 863530.
HSL color Cylindrical-coordinate representation of color #2A2D0D: hue angle of 65.62º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A2D0D is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 45 | 13 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.82 |
| HSL | 65.63º | 0.55% | 0.11% | - |
| HSV(B) | 65.63º | 0.71% | 0.18% | - |
| XYZ | 1.97 | 2.4 | 0.74 | - |
| YUV | 40.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 13 | 0.07 | 0 | 0.71 | 0.82 | 65.63 | 0.55 | 0.11 |
| Hex | 2A | 2D | D | 7 | 0 | 47 | 52 | 42 | 37 | B |
| Octal | 52 | 55 | 15 | 7 | 0 | 107 | 122 | 102 | 67 | 13 |
| Binary | 101010 | 101101 | 1101 | 111 | 0 | 1000111 | 1010010 | 1000010 | 110111 | 1011 |
Color Harmonies of #2A2D0D
Complementary color
Monochromatic Colors of #2A2D0D
Black with #2A2D0D
Text Example
Text Example
White with #2A2D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D0D; }
p { color: rgb(42,45,13); }
H1.HeaderClassName
{
color: #2A2D0D;
}
.AnyTagClassName
{
color: #2A2D0D;
}
</style>
background-color css
<style>
a { background-color: #2A2D0D; }
a { background-color: rgb(42,45,13); }
div.DivClassName
{
background-color: #2A2D0D;
}
.BgClassName
{
background-color: #2A2D0D;
}
</style>
border-color css
<style>
span { border-color: #2A2D0D; }
span { border-color: rgb(42,45,13); }
td.TdClassName
{
border-color: #2A2D0D;
}
.TagClassName
{
border-color: #2A2D0D;
}
</style>