Shades of Green Waterloo #2A3012
Tints of Green Waterloo #2A3012
RGB
CMYK
RGB Variations
Color information
#2A3012 (or 0x2A3012) is known color: Green Waterloo. HEX triplet: 2A, 30 and 12. RGB value is (42,48,18). Sum of RGB (Red+Green+Blue) = 42+48+18=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3012 is #D5CFED. Grayscale: #2A2A2A. Windows color (decimal): -14012398 or 1191978. OLE color: 1191978.
HSL color Cylindrical-coordinate representation of color #2A3012: hue angle of 72º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A3012 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 48 | 18 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.81 |
| HSL | 72º | 0.45% | 0.13% | - |
| HSV(B) | 72º | 0.63% | 0.19% | - |
| XYZ | 2.12 | 2.65 | 0.97 | - |
| YUV | 42.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 18 | 0.13 | 0 | 0.63 | 0.81 | 72 | 0.45 | 0.13 |
| Hex | 2A | 30 | 12 | D | 0 | 3F | 51 | 48 | 2D | D |
| Octal | 52 | 60 | 22 | 15 | 0 | 77 | 121 | 110 | 55 | 15 |
| Binary | 101010 | 110000 | 10010 | 1101 | 0 | 111111 | 1010001 | 1001000 | 101101 | 1101 |
Color Harmonies of #2A3012
Complementary color
Monochromatic Colors of #2A3012
Black with #2A3012
Text Example
Text Example
White with #2A3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3012; }
p { color: rgb(42,48,18); }
H1.HeaderClassName
{
color: #2A3012;
}
.AnyTagClassName
{
color: #2A3012;
}
</style>
background-color css
<style>
a { background-color: #2A3012; }
a { background-color: rgb(42,48,18); }
div.DivClassName
{
background-color: #2A3012;
}
.BgClassName
{
background-color: #2A3012;
}
</style>
border-color css
<style>
span { border-color: #2A3012; }
span { border-color: rgb(42,48,18); }
td.TdClassName
{
border-color: #2A3012;
}
.TagClassName
{
border-color: #2A3012;
}
</style>