Shades of Racing Green #16312D
Tints of Racing Green #16312D
RGB
CMYK
RGB Variations
Color information
#16312D (or 0x16312D) is known color: Racing Green. HEX triplet: 16, 31 and 2D. RGB value is (22,49,45). Sum of RGB (Red+Green+Blue) = 22+49+45=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #16312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16312D is #E9CED2. Grayscale: #282828. Windows color (decimal): -15322835 or 2961686. OLE color: 2961686.
HSL color Cylindrical-coordinate representation of color #16312D: hue angle of 171.11º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #16312D is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 45 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.81 |
| HSL | 171.11º | 0.38% | 0.14% | - |
| HSV(B) | 171.11º | 0.55% | 0.19% | - |
| XYZ | 1.9 | 2.56 | 2.88 | - |
| YUV | 40.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 45 | 0.55 | 0 | 0.08 | 0.81 | 171.11 | 0.38 | 0.14 |
| Hex | 16 | 31 | 2D | 37 | 0 | 8 | 51 | AB | 26 | E |
| Octal | 26 | 61 | 55 | 67 | 0 | 10 | 121 | 253 | 46 | 16 |
| Binary | 10110 | 110001 | 101101 | 110111 | 0 | 1000 | 1010001 | 10101011 | 100110 | 1110 |
Color Harmonies of #16312D
Complementary color
Monochromatic Colors of #16312D
Black with #16312D
Text Example
Text Example
White with #16312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16312D; }
p { color: rgb(22,49,45); }
H1.HeaderClassName
{
color: #16312D;
}
.AnyTagClassName
{
color: #16312D;
}
</style>
background-color css
<style>
a { background-color: #16312D; }
a { background-color: rgb(22,49,45); }
div.DivClassName
{
background-color: #16312D;
}
.BgClassName
{
background-color: #16312D;
}
</style>
border-color css
<style>
span { border-color: #16312D; }
span { border-color: rgb(22,49,45); }
td.TdClassName
{
border-color: #16312D;
}
.TagClassName
{
border-color: #16312D;
}
</style>