Shades of Racing Green #16332D
Tints of Racing Green #16332D
RGB
CMYK
RGB Variations
Color information
#16332D (or 0x16332D) is known color: Racing Green. HEX triplet: 16, 33 and 2D. RGB value is (22,51,45). Sum of RGB (Red+Green+Blue) = 22+51+45=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #16332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16332D is #E9CCD2. Grayscale: #292929. Windows color (decimal): -15322323 or 2962198. OLE color: 2962198.
HSL color Cylindrical-coordinate representation of color #16332D: hue angle of 167.59º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #16332D is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 22 | 51 | 45 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.8 |
| HSL | 167.59º | 0.4% | 0.14% | - |
| HSV(B) | 167.59º | 0.57% | 0.2% | - |
| XYZ | 1.99 | 2.73 | 2.9 | - |
| YUV | 41.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 45 | 0.57 | 0 | 0.12 | 0.8 | 167.59 | 0.4 | 0.14 |
| Hex | 16 | 33 | 2D | 39 | 0 | C | 50 | A8 | 28 | E |
| Octal | 26 | 63 | 55 | 71 | 0 | 14 | 120 | 250 | 50 | 16 |
| Binary | 10110 | 110011 | 101101 | 111001 | 0 | 1100 | 1010000 | 10101000 | 101000 | 1110 |
Color Harmonies of #16332D
Complementary color
Monochromatic Colors of #16332D
Black with #16332D
Text Example
Text Example
White with #16332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16332D; }
p { color: rgb(22,51,45); }
H1.HeaderClassName
{
color: #16332D;
}
.AnyTagClassName
{
color: #16332D;
}
</style>
background-color css
<style>
a { background-color: #16332D; }
a { background-color: rgb(22,51,45); }
div.DivClassName
{
background-color: #16332D;
}
.BgClassName
{
background-color: #16332D;
}
</style>
border-color css
<style>
span { border-color: #16332D; }
span { border-color: rgb(22,51,45); }
td.TdClassName
{
border-color: #16332D;
}
.TagClassName
{
border-color: #16332D;
}
</style>