Shades of Green Waterloo #2A3010
Tints of Green Waterloo #2A3010
RGB
CMYK
RGB Variations
Color information
#2A3010 (or 0x2A3010) is known color: Green Waterloo. HEX triplet: 2A, 30 and 10. RGB value is (42,48,16). Sum of RGB (Red+Green+Blue) = 42+48+16=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3010 is #D5CFEF. Grayscale: #2A2A2A. Windows color (decimal): -14012400 or 1060906. OLE color: 1060906.
HSL color Cylindrical-coordinate representation of color #2A3010: hue angle of 71.25º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A3010 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 48 | 16 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.81 |
| HSL | 71.25º | 0.5% | 0.13% | - |
| HSV(B) | 71.25º | 0.67% | 0.19% | - |
| XYZ | 2.11 | 2.64 | 0.89 | - |
| YUV | 42.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 16 | 0.13 | 0 | 0.67 | 0.81 | 71.25 | 0.5 | 0.13 |
| Hex | 2A | 30 | 10 | D | 0 | 43 | 51 | 47 | 32 | D |
| Octal | 52 | 60 | 20 | 15 | 0 | 103 | 121 | 107 | 62 | 15 |
| Binary | 101010 | 110000 | 10000 | 1101 | 0 | 1000011 | 1010001 | 1000111 | 110010 | 1101 |
Color Harmonies of #2A3010
Complementary color
Monochromatic Colors of #2A3010
Black with #2A3010
Text Example
Text Example
White with #2A3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3010; }
p { color: rgb(42,48,16); }
H1.HeaderClassName
{
color: #2A3010;
}
.AnyTagClassName
{
color: #2A3010;
}
</style>
background-color css
<style>
a { background-color: #2A3010; }
a { background-color: rgb(42,48,16); }
div.DivClassName
{
background-color: #2A3010;
}
.BgClassName
{
background-color: #2A3010;
}
</style>
border-color css
<style>
span { border-color: #2A3010; }
span { border-color: rgb(42,48,16); }
td.TdClassName
{
border-color: #2A3010;
}
.TagClassName
{
border-color: #2A3010;
}
</style>