Shades of Racing Green #121D1C
Tints of Racing Green #121D1C
RGB
CMYK
RGB Variations
Color information
#121D1C (or 0x121D1C) is known color: Racing Green. HEX triplet: 12, 1D and 1C. RGB value is (18,29,28). Sum of RGB (Red+Green+Blue) = 18+29+28=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 29 - color contains mainly: green. Hex color #121D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D1C is #EDE2E3. Grayscale: #191919. Windows color (decimal): -15590116 or 1842450. OLE color: 1842450.
HSL color Cylindrical-coordinate representation of color #121D1C: hue angle of 174.55º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #121D1C is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 29 | 28 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.89 |
| HSL | 174.55º | 0.23% | 0.09% | - |
| HSV(B) | 174.55º | 0.38% | 0.11% | - |
| XYZ | 0.9 | 1.09 | 1.26 | - |
| YUV | 25.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 28 | 0.38 | 0 | 0.03 | 0.89 | 174.55 | 0.23 | 0.09 |
| Hex | 12 | 1D | 1C | 26 | 0 | 3 | 59 | AF | 17 | 9 |
| Octal | 22 | 35 | 34 | 46 | 0 | 3 | 131 | 257 | 27 | 11 |
| Binary | 10010 | 11101 | 11100 | 100110 | 0 | 11 | 1011001 | 10101111 | 10111 | 1001 |
Color Harmonies of #121D1C
Complementary color
Monochromatic Colors of #121D1C
Black with #121D1C
Text Example
Text Example
White with #121D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D1C; }
p { color: rgb(18,29,28); }
H1.HeaderClassName
{
color: #121D1C;
}
.AnyTagClassName
{
color: #121D1C;
}
</style>
background-color css
<style>
a { background-color: #121D1C; }
a { background-color: rgb(18,29,28); }
div.DivClassName
{
background-color: #121D1C;
}
.BgClassName
{
background-color: #121D1C;
}
</style>
border-color css
<style>
span { border-color: #121D1C; }
span { border-color: rgb(18,29,28); }
td.TdClassName
{
border-color: #121D1C;
}
.TagClassName
{
border-color: #121D1C;
}
</style>