Shades of Racing Green #121F1D
Tints of Racing Green #121F1D
RGB
CMYK
RGB Variations
Color information
#121F1D (or 0x121F1D) is known color: Racing Green. HEX triplet: 12, 1F and 1D. RGB value is (18,31,29). Sum of RGB (Red+Green+Blue) = 18+31+29=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 31 - color contains mainly: green. Hex color #121F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F1D is #EDE0E2. Grayscale: #1A1A1A. Windows color (decimal): -15589603 or 1908498. OLE color: 1908498.
HSL color Cylindrical-coordinate representation of color #121F1D: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121F1D is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 29 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.88 |
| HSL | 170.77º | 0.27% | 0.1% | - |
| HSV(B) | 170.77º | 0.42% | 0.12% | - |
| XYZ | 0.96 | 1.2 | 1.34 | - |
| YUV | 26.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 29 | 0.42 | 0 | 0.06 | 0.88 | 170.77 | 0.27 | 0.1 |
| Hex | 12 | 1F | 1D | 2A | 0 | 6 | 58 | AB | 1B | A |
| Octal | 22 | 37 | 35 | 52 | 0 | 6 | 130 | 253 | 33 | 12 |
| Binary | 10010 | 11111 | 11101 | 101010 | 0 | 110 | 1011000 | 10101011 | 11011 | 1010 |
Color Harmonies of #121F1D
Complementary color
Monochromatic Colors of #121F1D
Black with #121F1D
Text Example
Text Example
White with #121F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F1D; }
p { color: rgb(18,31,29); }
H1.HeaderClassName
{
color: #121F1D;
}
.AnyTagClassName
{
color: #121F1D;
}
</style>
background-color css
<style>
a { background-color: #121F1D; }
a { background-color: rgb(18,31,29); }
div.DivClassName
{
background-color: #121F1D;
}
.BgClassName
{
background-color: #121F1D;
}
</style>
border-color css
<style>
span { border-color: #121F1D; }
span { border-color: rgb(18,31,29); }
td.TdClassName
{
border-color: #121F1D;
}
.TagClassName
{
border-color: #121F1D;
}
</style>