Shades of Green Waterloo #2A2E13
Tints of Green Waterloo #2A2E13
RGB
CMYK
RGB Variations
Color information
#2A2E13 (or 0x2A2E13) is known color: Green Waterloo. HEX triplet: 2A, 2E and 13. RGB value is (42,46,19). Sum of RGB (Red+Green+Blue) = 42+46+19=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2E13 is #D5D1EC. Grayscale: #292929. Windows color (decimal): -14012909 or 1257002. OLE color: 1257002.
HSL color Cylindrical-coordinate representation of color #2A2E13: hue angle of 68.89º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A2E13 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 46 | 19 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.82 |
| HSL | 68.89º | 0.42% | 0.13% | - |
| HSV(B) | 68.89º | 0.59% | 0.18% | - |
| XYZ | 2.05 | 2.49 | 0.99 | - |
| YUV | 41.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 19 | 0.09 | 0 | 0.59 | 0.82 | 68.89 | 0.42 | 0.13 |
| Hex | 2A | 2E | 13 | 9 | 0 | 3B | 52 | 45 | 2A | D |
| Octal | 52 | 56 | 23 | 11 | 0 | 73 | 122 | 105 | 52 | 15 |
| Binary | 101010 | 101110 | 10011 | 1001 | 0 | 111011 | 1010010 | 1000101 | 101010 | 1101 |
Color Harmonies of #2A2E13
Complementary color
Monochromatic Colors of #2A2E13
Black with #2A2E13
Text Example
Text Example
White with #2A2E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2E13; }
p { color: rgb(42,46,19); }
H1.HeaderClassName
{
color: #2A2E13;
}
.AnyTagClassName
{
color: #2A2E13;
}
</style>
background-color css
<style>
a { background-color: #2A2E13; }
a { background-color: rgb(42,46,19); }
div.DivClassName
{
background-color: #2A2E13;
}
.BgClassName
{
background-color: #2A2E13;
}
</style>
border-color css
<style>
span { border-color: #2A2E13; }
span { border-color: rgb(42,46,19); }
td.TdClassName
{
border-color: #2A2E13;
}
.TagClassName
{
border-color: #2A2E13;
}
</style>