Shades of Green Waterloo #2A2D1F
Tints of Green Waterloo #2A2D1F
RGB
CMYK
RGB Variations
Color information
#2A2D1F (or 0x2A2D1F) is known color: Green Waterloo. HEX triplet: 2A, 2D and 1F. RGB value is (42,45,31). Sum of RGB (Red+Green+Blue) = 42+45+31=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 45 - color contains mainly: green. Hex color #2A2D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2D1F is #D5D2E0. Grayscale: #2A2A2A. Windows color (decimal): -14013153 or 2043178. OLE color: 2043178.
HSL color Cylindrical-coordinate representation of color #2A2D1F: hue angle of 72.86º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A2D1F is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
RGB | 42 | 45 | 31 | - |
CMYK | 0.07 | 0 | 0.31 | 0.82 |
HSL | 72.86º | 0.18% | 0.15% | - |
HSV(B) | 72.86º | 0.31% | 0.18% | - |
XYZ | 2.14 | 2.47 | 1.66 | - |
YUV | 42.51 | 121.51 | 127.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 45 | 31 | 0.07 | 0 | 0.31 | 0.82 | 72.86 | 0.18 | 0.15 |
Hex | 2A | 2D | 1F | 7 | 0 | 1F | 52 | 49 | 12 | F |
Octal | 52 | 55 | 37 | 7 | 0 | 37 | 122 | 111 | 22 | 17 |
Binary | 101010 | 101101 | 11111 | 111 | 0 | 11111 | 1010010 | 1001001 | 10010 | 1111 |
Color Harmonies of #2A2D1F
Complementary color
Monochromatic Colors of #2A2D1F
Black with #2A2D1F
Text Example
Text Example
White with #2A2D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D1F; }
p { color: rgb(42,45,31); }
H1.HeaderClassName
{
color: #2A2D1F;
}
.AnyTagClassName
{
color: #2A2D1F;
}
</style>
background-color css
<style>
a { background-color: #2A2D1F; }
a { background-color: rgb(42,45,31); }
div.DivClassName
{
background-color: #2A2D1F;
}
.BgClassName
{
background-color: #2A2D1F;
}
</style>
border-color css
<style>
span { border-color: #2A2D1F; }
span { border-color: rgb(42,45,31); }
td.TdClassName
{
border-color: #2A2D1F;
}
.TagClassName
{
border-color: #2A2D1F;
}
</style>