Shades of Racing Green #16352C
Tints of Racing Green #16352C
RGB
CMYK
RGB Variations
Color information
#16352C (or 0x16352C) is known color: Racing Green. HEX triplet: 16, 35 and 2C. RGB value is (22,53,44). Sum of RGB (Red+Green+Blue) = 22+53+44=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #16352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16352C is #E9CAD3. Grayscale: #2A2A2A. Windows color (decimal): -15321812 or 2897174. OLE color: 2897174.
HSL color Cylindrical-coordinate representation of color #16352C: hue angle of 162.58º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #16352C is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 53 | 44 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.79 |
| HSL | 162.58º | 0.41% | 0.15% | - |
| HSV(B) | 162.58º | 0.58% | 0.21% | - |
| XYZ | 2.06 | 2.9 | 2.83 | - |
| YUV | 42.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 44 | 0.58 | 0 | 0.17 | 0.79 | 162.58 | 0.41 | 0.15 |
| Hex | 16 | 35 | 2C | 3A | 0 | 11 | 4F | A3 | 29 | F |
| Octal | 26 | 65 | 54 | 72 | 0 | 21 | 117 | 243 | 51 | 17 |
| Binary | 10110 | 110101 | 101100 | 111010 | 0 | 10001 | 1001111 | 10100011 | 101001 | 1111 |
Color Harmonies of #16352C
Complementary color
Monochromatic Colors of #16352C
Black with #16352C
Text Example
Text Example
White with #16352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16352C; }
p { color: rgb(22,53,44); }
H1.HeaderClassName
{
color: #16352C;
}
.AnyTagClassName
{
color: #16352C;
}
</style>
background-color css
<style>
a { background-color: #16352C; }
a { background-color: rgb(22,53,44); }
div.DivClassName
{
background-color: #16352C;
}
.BgClassName
{
background-color: #16352C;
}
</style>
border-color css
<style>
span { border-color: #16352C; }
span { border-color: rgb(22,53,44); }
td.TdClassName
{
border-color: #16352C;
}
.TagClassName
{
border-color: #16352C;
}
</style>