Shades of Racing Green #16312C
Tints of Racing Green #16312C
RGB
CMYK
RGB Variations
Color information
#16312C (or 0x16312C) is known color: Racing Green. HEX triplet: 16, 31 and 2C. RGB value is (22,49,44). Sum of RGB (Red+Green+Blue) = 22+49+44=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #16312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16312C is #E9CED3. Grayscale: #282828. Windows color (decimal): -15322836 or 2896150. OLE color: 2896150.
HSL color Cylindrical-coordinate representation of color #16312C: hue angle of 168.89º 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 #16312C is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 44 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.81 |
| HSL | 168.89º | 0.38% | 0.14% | - |
| HSV(B) | 168.89º | 0.55% | 0.19% | - |
| XYZ | 1.88 | 2.55 | 2.78 | - |
| YUV | 40.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 44 | 0.55 | 0 | 0.10 | 0.81 | 168.89 | 0.38 | 0.14 |
| Hex | 16 | 31 | 2C | 37 | 0 | A | 51 | A9 | 26 | E |
| Octal | 26 | 61 | 54 | 67 | 0 | 12 | 121 | 251 | 46 | 16 |
| Binary | 10110 | 110001 | 101100 | 110111 | 0 | 1010 | 1010001 | 10101001 | 100110 | 1110 |
Color Harmonies of #16312C
Complementary color
Monochromatic Colors of #16312C
Black with #16312C
Text Example
Text Example
White with #16312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16312C; }
p { color: rgb(22,49,44); }
H1.HeaderClassName
{
color: #16312C;
}
.AnyTagClassName
{
color: #16312C;
}
</style>
background-color css
<style>
a { background-color: #16312C; }
a { background-color: rgb(22,49,44); }
div.DivClassName
{
background-color: #16312C;
}
.BgClassName
{
background-color: #16312C;
}
</style>
border-color css
<style>
span { border-color: #16312C; }
span { border-color: rgb(22,49,44); }
td.TdClassName
{
border-color: #16312C;
}
.TagClassName
{
border-color: #16312C;
}
</style>