Shades of Green Waterloo #2A2F18
Tints of Green Waterloo #2A2F18
RGB
CMYK
RGB Variations
Color information
#2A2F18 (or 0x2A2F18) is known color: Green Waterloo. HEX triplet: 2A, 2F and 18. RGB value is (42,47,24). Sum of RGB (Red+Green+Blue) = 42+47+24=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 47 - color contains mainly: green. Hex color #2A2F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2F18 is #D5D0E7. Grayscale: #2A2A2A. Windows color (decimal): -14012648 or 1584938. OLE color: 1584938.
HSL color Cylindrical-coordinate representation of color #2A2F18: hue angle of 73.04º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A2F18 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 47 | 24 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.82 |
| HSL | 73.04º | 0.32% | 0.14% | - |
| HSV(B) | 73.04º | 0.49% | 0.18% | - |
| XYZ | 2.14 | 2.59 | 1.25 | - |
| YUV | 42.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 24 | 0.11 | 0 | 0.49 | 0.82 | 73.04 | 0.32 | 0.14 |
| Hex | 2A | 2F | 18 | B | 0 | 31 | 52 | 49 | 20 | E |
| Octal | 52 | 57 | 30 | 13 | 0 | 61 | 122 | 111 | 40 | 16 |
| Binary | 101010 | 101111 | 11000 | 1011 | 0 | 110001 | 1010010 | 1001001 | 100000 | 1110 |
Color Harmonies of #2A2F18
Complementary color
Monochromatic Colors of #2A2F18
Black with #2A2F18
Text Example
Text Example
White with #2A2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2F18; }
p { color: rgb(42,47,24); }
H1.HeaderClassName
{
color: #2A2F18;
}
.AnyTagClassName
{
color: #2A2F18;
}
</style>
background-color css
<style>
a { background-color: #2A2F18; }
a { background-color: rgb(42,47,24); }
div.DivClassName
{
background-color: #2A2F18;
}
.BgClassName
{
background-color: #2A2F18;
}
</style>
border-color css
<style>
span { border-color: #2A2F18; }
span { border-color: rgb(42,47,24); }
td.TdClassName
{
border-color: #2A2F18;
}
.TagClassName
{
border-color: #2A2F18;
}
</style>