Shades of Green Waterloo #2A2D12
Tints of Green Waterloo #2A2D12
RGB
CMYK
RGB Variations
Color information
#2A2D12 (or 0x2A2D12) is known color: Green Waterloo. HEX triplet: 2A, 2D and 12. RGB value is (42,45,18). Sum of RGB (Red+Green+Blue) = 42+45+18=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 45 - color contains mainly: green. Hex color #2A2D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2D12 is #D5D2ED. Grayscale: #292929. Windows color (decimal): -14013166 or 1191210. OLE color: 1191210.
HSL color Cylindrical-coordinate representation of color #2A2D12: hue angle of 66.67º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A2D12 is Cyan = 0.07, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 45 | 18 | - |
| CMYK | 0.07 | 0 | 0.6 | 0.82 |
| HSL | 66.67º | 0.43% | 0.12% | - |
| HSV(B) | 66.67º | 0.6% | 0.18% | - |
| XYZ | 2 | 2.41 | 0.93 | - |
| YUV | 41.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 18 | 0.07 | 0 | 0.6 | 0.82 | 66.67 | 0.43 | 0.12 |
| Hex | 2A | 2D | 12 | 7 | 0 | 3C | 52 | 43 | 2B | C |
| Octal | 52 | 55 | 22 | 7 | 0 | 74 | 122 | 103 | 53 | 14 |
| Binary | 101010 | 101101 | 10010 | 111 | 0 | 111100 | 1010010 | 1000011 | 101011 | 1100 |
Color Harmonies of #2A2D12
Complementary color
Monochromatic Colors of #2A2D12
Black with #2A2D12
Text Example
Text Example
White with #2A2D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D12; }
p { color: rgb(42,45,18); }
H1.HeaderClassName
{
color: #2A2D12;
}
.AnyTagClassName
{
color: #2A2D12;
}
</style>
background-color css
<style>
a { background-color: #2A2D12; }
a { background-color: rgb(42,45,18); }
div.DivClassName
{
background-color: #2A2D12;
}
.BgClassName
{
background-color: #2A2D12;
}
</style>
border-color css
<style>
span { border-color: #2A2D12; }
span { border-color: rgb(42,45,18); }
td.TdClassName
{
border-color: #2A2D12;
}
.TagClassName
{
border-color: #2A2D12;
}
</style>