Shades of Racing Green #16302A
Tints of Racing Green #16302A
RGB
CMYK
RGB Variations
Color information
#16302A (or 0x16302A) is known color: Racing Green. HEX triplet: 16, 30 and 2A. RGB value is (22,48,42). Sum of RGB (Red+Green+Blue) = 22+48+42=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #16302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16302A is #E9CFD5. Grayscale: #272727. Windows color (decimal): -15323094 or 2764822. OLE color: 2764822.
HSL color Cylindrical-coordinate representation of color #16302A: hue angle of 166.15º 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 #16302A is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 48 | 42 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.81 |
| HSL | 166.15º | 0.37% | 0.14% | - |
| HSV(B) | 166.15º | 0.54% | 0.19% | - |
| XYZ | 1.81 | 2.45 | 2.57 | - |
| YUV | 39.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 42 | 0.54 | 0 | 0.13 | 0.81 | 166.15 | 0.37 | 0.14 |
| Hex | 16 | 30 | 2A | 36 | 0 | D | 51 | A6 | 25 | E |
| Octal | 26 | 60 | 52 | 66 | 0 | 15 | 121 | 246 | 45 | 16 |
| Binary | 10110 | 110000 | 101010 | 110110 | 0 | 1101 | 1010001 | 10100110 | 100101 | 1110 |
Color Harmonies of #16302A
Complementary color
Monochromatic Colors of #16302A
Black with #16302A
Text Example
Text Example
White with #16302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16302A; }
p { color: rgb(22,48,42); }
H1.HeaderClassName
{
color: #16302A;
}
.AnyTagClassName
{
color: #16302A;
}
</style>
background-color css
<style>
a { background-color: #16302A; }
a { background-color: rgb(22,48,42); }
div.DivClassName
{
background-color: #16302A;
}
.BgClassName
{
background-color: #16302A;
}
</style>
border-color css
<style>
span { border-color: #16302A; }
span { border-color: rgb(22,48,42); }
td.TdClassName
{
border-color: #16302A;
}
.TagClassName
{
border-color: #16302A;
}
</style>