Shades of Green Waterloo #2A2E11
Tints of Green Waterloo #2A2E11
RGB
CMYK
RGB Variations
Color information
#2A2E11 (or 0x2A2E11) is known color: Green Waterloo. HEX triplet: 2A, 2E and 11. RGB value is (42,46,17). Sum of RGB (Red+Green+Blue) = 42+46+17=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2E11 is #D5D1EE. Grayscale: #292929. Windows color (decimal): -14012911 or 1125930. OLE color: 1125930.
HSL color Cylindrical-coordinate representation of color #2A2E11: hue angle of 68.28º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A2E11 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
RGB | 42 | 46 | 17 | - |
CMYK | 0.09 | 0 | 0.63 | 0.82 |
HSL | 68.28º | 0.46% | 0.12% | - |
HSV(B) | 68.28º | 0.63% | 0.18% | - |
XYZ | 2.03 | 2.49 | 0.9 | - |
YUV | 41.5 | 114.17 | 128.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 46 | 17 | 0.09 | 0 | 0.63 | 0.82 | 68.28 | 0.46 | 0.12 |
Hex | 2A | 2E | 11 | 9 | 0 | 3F | 52 | 44 | 2E | C |
Octal | 52 | 56 | 21 | 11 | 0 | 77 | 122 | 104 | 56 | 14 |
Binary | 101010 | 101110 | 10001 | 1001 | 0 | 111111 | 1010010 | 1000100 | 101110 | 1100 |
Color Harmonies of #2A2E11
Complementary color
Monochromatic Colors of #2A2E11
Black with #2A2E11
Text Example
Text Example
White with #2A2E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2E11; }
p { color: rgb(42,46,17); }
H1.HeaderClassName
{
color: #2A2E11;
}
.AnyTagClassName
{
color: #2A2E11;
}
</style>
background-color css
<style>
a { background-color: #2A2E11; }
a { background-color: rgb(42,46,17); }
div.DivClassName
{
background-color: #2A2E11;
}
.BgClassName
{
background-color: #2A2E11;
}
</style>
border-color css
<style>
span { border-color: #2A2E11; }
span { border-color: rgb(42,46,17); }
td.TdClassName
{
border-color: #2A2E11;
}
.TagClassName
{
border-color: #2A2E11;
}
</style>