Shades of Racing Green #16382D
Tints of Racing Green #16382D
RGB
CMYK
RGB Variations
Color information
#16382D (or 0x16382D) is known color: Racing Green. HEX triplet: 16, 38 and 2D. RGB value is (22,56,45). Sum of RGB (Red+Green+Blue) = 22+56+45=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #16382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16382D is #E9C7D2. Grayscale: #2C2C2C. Windows color (decimal): -15321043 or 2963478. OLE color: 2963478.
HSL color Cylindrical-coordinate representation of color #16382D: hue angle of 160.59º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #16382D is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 56 | 45 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.78 |
| HSL | 160.59º | 0.44% | 0.15% | - |
| HSV(B) | 160.59º | 0.61% | 0.22% | - |
| XYZ | 2.22 | 3.19 | 2.98 | - |
| YUV | 44.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 45 | 0.61 | 0 | 0.20 | 0.78 | 160.59 | 0.44 | 0.15 |
| Hex | 16 | 38 | 2D | 3D | 0 | 14 | 4E | A1 | 2C | F |
| Octal | 26 | 70 | 55 | 75 | 0 | 24 | 116 | 241 | 54 | 17 |
| Binary | 10110 | 111000 | 101101 | 111101 | 0 | 10100 | 1001110 | 10100001 | 101100 | 1111 |
Color Harmonies of #16382D
Complementary color
Monochromatic Colors of #16382D
Black with #16382D
Text Example
Text Example
White with #16382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16382D; }
p { color: rgb(22,56,45); }
H1.HeaderClassName
{
color: #16382D;
}
.AnyTagClassName
{
color: #16382D;
}
</style>
background-color css
<style>
a { background-color: #16382D; }
a { background-color: rgb(22,56,45); }
div.DivClassName
{
background-color: #16382D;
}
.BgClassName
{
background-color: #16382D;
}
</style>
border-color css
<style>
span { border-color: #16382D; }
span { border-color: rgb(22,56,45); }
td.TdClassName
{
border-color: #16382D;
}
.TagClassName
{
border-color: #16382D;
}
</style>