Shades of Racing Green #12201E
Tints of Racing Green #12201E
RGB
CMYK
RGB Variations
Color information
#12201E (or 0x12201E) is known color: Racing Green. HEX triplet: 12, 20 and 1E. RGB value is (18,32,30). Sum of RGB (Red+Green+Blue) = 18+32+30=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 32 - color contains mainly: green. Hex color #12201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12201E is #EDDFE1. Grayscale: #1B1B1B. Windows color (decimal): -15589346 or 1974290. OLE color: 1974290.
HSL color Cylindrical-coordinate representation of color #12201E: hue angle of 171.43º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #12201E is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 32 | 30 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.87 |
| HSL | 171.43º | 0.28% | 0.1% | - |
| HSV(B) | 171.43º | 0.44% | 0.13% | - |
| XYZ | 1 | 1.26 | 1.42 | - |
| YUV | 27.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 30 | 0.44 | 0 | 0.06 | 0.87 | 171.43 | 0.28 | 0.1 |
| Hex | 12 | 20 | 1E | 2C | 0 | 6 | 57 | AB | 1C | A |
| Octal | 22 | 40 | 36 | 54 | 0 | 6 | 127 | 253 | 34 | 12 |
| Binary | 10010 | 100000 | 11110 | 101100 | 0 | 110 | 1010111 | 10101011 | 11100 | 1010 |
Color Harmonies of #12201E
Complementary color
Monochromatic Colors of #12201E
Black with #12201E
Text Example
Text Example
White with #12201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12201E; }
p { color: rgb(18,32,30); }
H1.HeaderClassName
{
color: #12201E;
}
.AnyTagClassName
{
color: #12201E;
}
</style>
background-color css
<style>
a { background-color: #12201E; }
a { background-color: rgb(18,32,30); }
div.DivClassName
{
background-color: #12201E;
}
.BgClassName
{
background-color: #12201E;
}
</style>
border-color css
<style>
span { border-color: #12201E; }
span { border-color: rgb(18,32,30); }
td.TdClassName
{
border-color: #12201E;
}
.TagClassName
{
border-color: #12201E;
}
</style>