Shades of Racing Green #163830
Tints of Racing Green #163830
RGB
CMYK
RGB Variations
Color information
#163830 (or 0x163830) is known color: Racing Green. HEX triplet: 16, 38 and 30. RGB value is (22,56,48). Sum of RGB (Red+Green+Blue) = 22+56+48=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #163830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163830 is #E9C7CF. Grayscale: #2C2C2C. Windows color (decimal): -15321040 or 3160086. OLE color: 3160086.
HSL color Cylindrical-coordinate representation of color #163830: hue angle of 165.88º 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 #163830 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 56 | 48 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.78 |
| HSL | 165.88º | 0.44% | 0.15% | - |
| HSV(B) | 165.88º | 0.61% | 0.22% | - |
| XYZ | 2.28 | 3.21 | 3.3 | - |
| YUV | 44.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 48 | 0.61 | 0 | 0.14 | 0.78 | 165.88 | 0.44 | 0.15 |
| Hex | 16 | 38 | 30 | 3D | 0 | E | 4E | A6 | 2C | F |
| Octal | 26 | 70 | 60 | 75 | 0 | 16 | 116 | 246 | 54 | 17 |
| Binary | 10110 | 111000 | 110000 | 111101 | 0 | 1110 | 1001110 | 10100110 | 101100 | 1111 |
Color Harmonies of #163830
Complementary color
Monochromatic Colors of #163830
Black with #163830
Text Example
Text Example
White with #163830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163830; }
p { color: rgb(22,56,48); }
H1.HeaderClassName
{
color: #163830;
}
.AnyTagClassName
{
color: #163830;
}
</style>
background-color css
<style>
a { background-color: #163830; }
a { background-color: rgb(22,56,48); }
div.DivClassName
{
background-color: #163830;
}
.BgClassName
{
background-color: #163830;
}
</style>
border-color css
<style>
span { border-color: #163830; }
span { border-color: rgb(22,56,48); }
td.TdClassName
{
border-color: #163830;
}
.TagClassName
{
border-color: #163830;
}
</style>