Shades of Racing Green #161D1B
Tints of Racing Green #161D1B
RGB
CMYK
RGB Variations
Color information
#161D1B (or 0x161D1B) is known color: Racing Green. HEX triplet: 16, 1D and 1B. RGB value is (22,29,27). Sum of RGB (Red+Green+Blue) = 22+29+27=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 29 - color contains mainly: green. Hex color #161D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D1B is #E9E2E4. Grayscale: #1A1A1A. Windows color (decimal): -15327973 or 1776918. OLE color: 1776918.
HSL color Cylindrical-coordinate representation of color #161D1B: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #161D1B is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 29 | 27 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.89 |
| HSL | 162.86º | 0.14% | 0.1% | - |
| HSV(B) | 162.86º | 0.24% | 0.11% | - |
| XYZ | 0.97 | 1.13 | 1.2 | - |
| YUV | 26.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 27 | 0.24 | 0 | 0.07 | 0.89 | 162.86 | 0.14 | 0.1 |
| Hex | 16 | 1D | 1B | 18 | 0 | 7 | 59 | A3 | E | A |
| Octal | 26 | 35 | 33 | 30 | 0 | 7 | 131 | 243 | 16 | 12 |
| Binary | 10110 | 11101 | 11011 | 11000 | 0 | 111 | 1011001 | 10100011 | 1110 | 1010 |
Color Harmonies of #161D1B
Complementary color
Monochromatic Colors of #161D1B
Black with #161D1B
Text Example
Text Example
White with #161D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D1B; }
p { color: rgb(22,29,27); }
H1.HeaderClassName
{
color: #161D1B;
}
.AnyTagClassName
{
color: #161D1B;
}
</style>
background-color css
<style>
a { background-color: #161D1B; }
a { background-color: rgb(22,29,27); }
div.DivClassName
{
background-color: #161D1B;
}
.BgClassName
{
background-color: #161D1B;
}
</style>
border-color css
<style>
span { border-color: #161D1B; }
span { border-color: rgb(22,29,27); }
td.TdClassName
{
border-color: #161D1B;
}
.TagClassName
{
border-color: #161D1B;
}
</style>