Shades of Racing Green #16302D
Tints of Racing Green #16302D
RGB
CMYK
RGB Variations
Color information
#16302D (or 0x16302D) is known color: Racing Green. HEX triplet: 16, 30 and 2D. RGB value is (22,48,45). Sum of RGB (Red+Green+Blue) = 22+48+45=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #16302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16302D is #E9CFD2. Grayscale: #272727. Windows color (decimal): -15323091 or 2961430. OLE color: 2961430.
HSL color Cylindrical-coordinate representation of color #16302D: hue angle of 173.08º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #16302D is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 48 | 45 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.81 |
| HSL | 173.08º | 0.37% | 0.14% | - |
| HSV(B) | 173.08º | 0.54% | 0.19% | - |
| XYZ | 1.86 | 2.47 | 2.86 | - |
| YUV | 39.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 45 | 0.54 | 0 | 0.06 | 0.81 | 173.08 | 0.37 | 0.14 |
| Hex | 16 | 30 | 2D | 36 | 0 | 6 | 51 | AD | 25 | E |
| Octal | 26 | 60 | 55 | 66 | 0 | 6 | 121 | 255 | 45 | 16 |
| Binary | 10110 | 110000 | 101101 | 110110 | 0 | 110 | 1010001 | 10101101 | 100101 | 1110 |
Color Harmonies of #16302D
Complementary color
Monochromatic Colors of #16302D
Black with #16302D
Text Example
Text Example
White with #16302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16302D; }
p { color: rgb(22,48,45); }
H1.HeaderClassName
{
color: #16302D;
}
.AnyTagClassName
{
color: #16302D;
}
</style>
background-color css
<style>
a { background-color: #16302D; }
a { background-color: rgb(22,48,45); }
div.DivClassName
{
background-color: #16302D;
}
.BgClassName
{
background-color: #16302D;
}
</style>
border-color css
<style>
span { border-color: #16302D; }
span { border-color: rgb(22,48,45); }
td.TdClassName
{
border-color: #16302D;
}
.TagClassName
{
border-color: #16302D;
}
</style>