Shades of Green Waterloo #2A2B23
Tints of Green Waterloo #2A2B23
RGB
CMYK
RGB Variations
Color information
#2A2B23 (or 0x2A2B23) is known color: Green Waterloo. HEX triplet: 2A, 2B and 23. RGB value is (42,43,35). Sum of RGB (Red+Green+Blue) = 42+43+35=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 43 - color contains mainly: green. Hex color #2A2B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2B23 is #D5D4DC. Grayscale: #292929. Windows color (decimal): -14013661 or 2304810. OLE color: 2304810.
HSL color Cylindrical-coordinate representation of color #2A2B23: hue angle of 67.5º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2A2B23 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.83.
Color convert
RGB | 42 | 43 | 35 | - |
CMYK | 0.02 | 0 | 0.19 | 0.83 |
HSL | 67.5º | 0.1% | 0.15% | - |
HSV(B) | 67.5º | 0.19% | 0.17% | - |
XYZ | 2.12 | 2.34 | 1.93 | - |
YUV | 41.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 43 | 35 | 0.02 | 0 | 0.19 | 0.83 | 67.5 | 0.1 | 0.15 |
Hex | 2A | 2B | 23 | 2 | 0 | 13 | 53 | 44 | A | F |
Octal | 52 | 53 | 43 | 2 | 0 | 23 | 123 | 104 | 12 | 17 |
Binary | 101010 | 101011 | 100011 | 10 | 0 | 10011 | 1010011 | 1000100 | 1010 | 1111 |
Color Harmonies of #2A2B23
Complementary color
Monochromatic Colors of #2A2B23
Black with #2A2B23
Text Example
Text Example
White with #2A2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2B23; }
p { color: rgb(42,43,35); }
H1.HeaderClassName
{
color: #2A2B23;
}
.AnyTagClassName
{
color: #2A2B23;
}
</style>
background-color css
<style>
a { background-color: #2A2B23; }
a { background-color: rgb(42,43,35); }
div.DivClassName
{
background-color: #2A2B23;
}
.BgClassName
{
background-color: #2A2B23;
}
</style>
border-color css
<style>
span { border-color: #2A2B23; }
span { border-color: rgb(42,43,35); }
td.TdClassName
{
border-color: #2A2B23;
}
.TagClassName
{
border-color: #2A2B23;
}
</style>