Shades of Racing Green #16312E
Tints of Racing Green #16312E
RGB
CMYK
RGB Variations
Color information
#16312E (or 0x16312E) is known color: Racing Green. HEX triplet: 16, 31 and 2E. RGB value is (22,49,46). Sum of RGB (Red+Green+Blue) = 22+49+46=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #16312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16312E is #E9CED1. Grayscale: #282828. Windows color (decimal): -15322834 or 3027222. OLE color: 3027222.
HSL color Cylindrical-coordinate representation of color #16312E: hue angle of 173.33º 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 #16312E is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 46 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.81 |
| HSL | 173.33º | 0.38% | 0.14% | - |
| HSV(B) | 173.33º | 0.55% | 0.19% | - |
| XYZ | 1.92 | 2.56 | 2.98 | - |
| YUV | 40.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 46 | 0.55 | 0 | 0.06 | 0.81 | 173.33 | 0.38 | 0.14 |
| Hex | 16 | 31 | 2E | 37 | 0 | 6 | 51 | AD | 26 | E |
| Octal | 26 | 61 | 56 | 67 | 0 | 6 | 121 | 255 | 46 | 16 |
| Binary | 10110 | 110001 | 101110 | 110111 | 0 | 110 | 1010001 | 10101101 | 100110 | 1110 |
Color Harmonies of #16312E
Complementary color
Monochromatic Colors of #16312E
Black with #16312E
Text Example
Text Example
White with #16312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16312E; }
p { color: rgb(22,49,46); }
H1.HeaderClassName
{
color: #16312E;
}
.AnyTagClassName
{
color: #16312E;
}
</style>
background-color css
<style>
a { background-color: #16312E; }
a { background-color: rgb(22,49,46); }
div.DivClassName
{
background-color: #16312E;
}
.BgClassName
{
background-color: #16312E;
}
</style>
border-color css
<style>
span { border-color: #16312E; }
span { border-color: rgb(22,49,46); }
td.TdClassName
{
border-color: #16312E;
}
.TagClassName
{
border-color: #16312E;
}
</style>