Shades of Racing Green #16382F
Tints of Racing Green #16382F
RGB
CMYK
RGB Variations
Color information
#16382F (or 0x16382F) is known color: Racing Green. HEX triplet: 16, 38 and 2F. RGB value is (22,56,47). Sum of RGB (Red+Green+Blue) = 22+56+47=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #16382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16382F is #E9C7D0. Grayscale: #2C2C2C. Windows color (decimal): -15321041 or 3094550. OLE color: 3094550.
HSL color Cylindrical-coordinate representation of color #16382F: hue angle of 164.12º 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 #16382F is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 56 | 47 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.78 |
| HSL | 164.12º | 0.44% | 0.15% | - |
| HSV(B) | 164.12º | 0.61% | 0.22% | - |
| XYZ | 2.26 | 3.2 | 3.19 | - |
| YUV | 44.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 47 | 0.61 | 0 | 0.16 | 0.78 | 164.12 | 0.44 | 0.15 |
| Hex | 16 | 38 | 2F | 3D | 0 | 10 | 4E | A4 | 2C | F |
| Octal | 26 | 70 | 57 | 75 | 0 | 20 | 116 | 244 | 54 | 17 |
| Binary | 10110 | 111000 | 101111 | 111101 | 0 | 10000 | 1001110 | 10100100 | 101100 | 1111 |
Color Harmonies of #16382F
Complementary color
Monochromatic Colors of #16382F
Black with #16382F
Text Example
Text Example
White with #16382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16382F; }
p { color: rgb(22,56,47); }
H1.HeaderClassName
{
color: #16382F;
}
.AnyTagClassName
{
color: #16382F;
}
</style>
background-color css
<style>
a { background-color: #16382F; }
a { background-color: rgb(22,56,47); }
div.DivClassName
{
background-color: #16382F;
}
.BgClassName
{
background-color: #16382F;
}
</style>
border-color css
<style>
span { border-color: #16382F; }
span { border-color: rgb(22,56,47); }
td.TdClassName
{
border-color: #16382F;
}
.TagClassName
{
border-color: #16382F;
}
</style>