Shades of Racing Green #16201E
Tints of Racing Green #16201E
RGB
CMYK
RGB Variations
Color information
#16201E (or 0x16201E) is known color: Racing Green. HEX triplet: 16, 20 and 1E. RGB value is (22,32,30). Sum of RGB (Red+Green+Blue) = 22+32+30=84 (11% of max value = 765). Red value is 22 (8.98% from 255 or 26.19% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 32 - color contains mainly: green. Hex color #16201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16201E is #E9DFE1. Grayscale: #1C1C1C. Windows color (decimal): -15327202 or 1974294. OLE color: 1974294.
HSL color Cylindrical-coordinate representation of color #16201E: hue angle of 168º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #16201E is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 32 | 30 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.87 |
| HSL | 168º | 0.19% | 0.11% | - |
| HSV(B) | 168º | 0.31% | 0.13% | - |
| XYZ | 1.08 | 1.3 | 1.42 | - |
| YUV | 28.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 30 | 0.31 | 0 | 0.06 | 0.87 | 168 | 0.19 | 0.11 |
| Hex | 16 | 20 | 1E | 1F | 0 | 6 | 57 | A8 | 13 | B |
| Octal | 26 | 40 | 36 | 37 | 0 | 6 | 127 | 250 | 23 | 13 |
| Binary | 10110 | 100000 | 11110 | 11111 | 0 | 110 | 1010111 | 10101000 | 10011 | 1011 |
Color Harmonies of #16201E
Complementary color
Monochromatic Colors of #16201E
Black with #16201E
Text Example
Text Example
White with #16201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16201E; }
p { color: rgb(22,32,30); }
H1.HeaderClassName
{
color: #16201E;
}
.AnyTagClassName
{
color: #16201E;
}
</style>
background-color css
<style>
a { background-color: #16201E; }
a { background-color: rgb(22,32,30); }
div.DivClassName
{
background-color: #16201E;
}
.BgClassName
{
background-color: #16201E;
}
</style>
border-color css
<style>
span { border-color: #16201E; }
span { border-color: rgb(22,32,30); }
td.TdClassName
{
border-color: #16201E;
}
.TagClassName
{
border-color: #16201E;
}
</style>