Shades of Racing Green #16322C
Tints of Racing Green #16322C
RGB
CMYK
RGB Variations
Color information
#16322C (or 0x16322C) is known color: Racing Green. HEX triplet: 16, 32 and 2C. RGB value is (22,50,44). Sum of RGB (Red+Green+Blue) = 22+50+44=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #16322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16322C is #E9CDD3. Grayscale: #282828. Windows color (decimal): -15322580 or 2896406. OLE color: 2896406.
HSL color Cylindrical-coordinate representation of color #16322C: hue angle of 167.14º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #16322C is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 44 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.80 |
| HSL | 167.14º | 0.39% | 0.14% | - |
| HSV(B) | 167.14º | 0.56% | 0.2% | - |
| XYZ | 1.93 | 2.63 | 2.79 | - |
| YUV | 40.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 44 | 0.56 | 0 | 0.12 | 0.80 | 167.14 | 0.39 | 0.14 |
| Hex | 16 | 32 | 2C | 38 | 0 | C | 50 | A7 | 27 | E |
| Octal | 26 | 62 | 54 | 70 | 0 | 14 | 120 | 247 | 47 | 16 |
| Binary | 10110 | 110010 | 101100 | 111000 | 0 | 1100 | 1010000 | 10100111 | 100111 | 1110 |
Color Harmonies of #16322C
Complementary color
Monochromatic Colors of #16322C
Black with #16322C
Text Example
Text Example
White with #16322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16322C; }
p { color: rgb(22,50,44); }
H1.HeaderClassName
{
color: #16322C;
}
.AnyTagClassName
{
color: #16322C;
}
</style>
background-color css
<style>
a { background-color: #16322C; }
a { background-color: rgb(22,50,44); }
div.DivClassName
{
background-color: #16322C;
}
.BgClassName
{
background-color: #16322C;
}
</style>
border-color css
<style>
span { border-color: #16322C; }
span { border-color: rgb(22,50,44); }
td.TdClassName
{
border-color: #16322C;
}
.TagClassName
{
border-color: #16322C;
}
</style>