Shades of Green Waterloo #2A2D06
Tints of Green Waterloo #2A2D06
RGB
CMYK
RGB Variations
Color information
#2A2D06 (or 0x2A2D06) is known color: Green Waterloo. HEX triplet: 2A, 2D and 06. RGB value is (42,45,6). Sum of RGB (Red+Green+Blue) = 42+45+6=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 45 - color contains mainly: green. Hex color #2A2D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2D06 is #D5D2F9. Grayscale: #272727. Windows color (decimal): -14013178 or 404778. OLE color: 404778.
HSL color Cylindrical-coordinate representation of color #2A2D06: hue angle of 64.62º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A2D06 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 45 | 6 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.82 |
| HSL | 64.62º | 0.76% | 0.1% | - |
| HSV(B) | 64.62º | 0.87% | 0.18% | - |
| XYZ | 1.93 | 2.38 | 0.53 | - |
| YUV | 39.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 6 | 0.07 | 0 | 0.87 | 0.82 | 64.62 | 0.76 | 0.1 |
| Hex | 2A | 2D | 6 | 7 | 0 | 57 | 52 | 41 | 4C | A |
| Octal | 52 | 55 | 6 | 7 | 0 | 127 | 122 | 101 | 114 | 12 |
| Binary | 101010 | 101101 | 110 | 111 | 0 | 1010111 | 1010010 | 1000001 | 1001100 | 1010 |
Color Harmonies of #2A2D06
Complementary color
Monochromatic Colors of #2A2D06
Black with #2A2D06
Text Example
Text Example
White with #2A2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D06; }
p { color: rgb(42,45,6); }
H1.HeaderClassName
{
color: #2A2D06;
}
.AnyTagClassName
{
color: #2A2D06;
}
</style>
background-color css
<style>
a { background-color: #2A2D06; }
a { background-color: rgb(42,45,6); }
div.DivClassName
{
background-color: #2A2D06;
}
.BgClassName
{
background-color: #2A2D06;
}
</style>
border-color css
<style>
span { border-color: #2A2D06; }
span { border-color: rgb(42,45,6); }
td.TdClassName
{
border-color: #2A2D06;
}
.TagClassName
{
border-color: #2A2D06;
}
</style>