Shades of Racing Green #121E1C
Tints of Racing Green #121E1C
RGB
CMYK
RGB Variations
Color information
#121E1C (or 0x121E1C) is known color: Racing Green. HEX triplet: 12, 1E and 1C. RGB value is (18,30,28). Sum of RGB (Red+Green+Blue) = 18+30+28=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 30 - color contains mainly: green. Hex color #121E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E1C is #EDE1E3. Grayscale: #1A1A1A. Windows color (decimal): -15589860 or 1842706. OLE color: 1842706.
HSL color Cylindrical-coordinate representation of color #121E1C: hue angle of 170º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E1C is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 30 | 28 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.88 |
| HSL | 170º | 0.25% | 0.09% | - |
| HSV(B) | 170º | 0.4% | 0.12% | - |
| XYZ | 0.92 | 1.14 | 1.27 | - |
| YUV | 26.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 28 | 0.40 | 0 | 0.07 | 0.88 | 170 | 0.25 | 0.09 |
| Hex | 12 | 1E | 1C | 28 | 0 | 7 | 58 | AA | 19 | 9 |
| Octal | 22 | 36 | 34 | 50 | 0 | 7 | 130 | 252 | 31 | 11 |
| Binary | 10010 | 11110 | 11100 | 101000 | 0 | 111 | 1011000 | 10101010 | 11001 | 1001 |
Color Harmonies of #121E1C
Complementary color
Monochromatic Colors of #121E1C
Black with #121E1C
Text Example
Text Example
White with #121E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E1C; }
p { color: rgb(18,30,28); }
H1.HeaderClassName
{
color: #121E1C;
}
.AnyTagClassName
{
color: #121E1C;
}
</style>
background-color css
<style>
a { background-color: #121E1C; }
a { background-color: rgb(18,30,28); }
div.DivClassName
{
background-color: #121E1C;
}
.BgClassName
{
background-color: #121E1C;
}
</style>
border-color css
<style>
span { border-color: #121E1C; }
span { border-color: rgb(18,30,28); }
td.TdClassName
{
border-color: #121E1C;
}
.TagClassName
{
border-color: #121E1C;
}
</style>