Shades of Racing Green #121B1A
Tints of Racing Green #121B1A
RGB
CMYK
RGB Variations
Color information
#121B1A (or 0x121B1A) is known color: Racing Green. HEX triplet: 12, 1B and 1A. RGB value is (18,27,26). Sum of RGB (Red+Green+Blue) = 18+27+26=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 27 - color contains mainly: green. Hex color #121B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B1A is #EDE4E5. Grayscale: #181818. Windows color (decimal): -15590630 or 1710866. OLE color: 1710866.
HSL color Cylindrical-coordinate representation of color #121B1A: hue angle of 173.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #121B1A is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 26 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.89 |
| HSL | 173.33º | 0.2% | 0.09% | - |
| HSV(B) | 173.33º | 0.33% | 0.11% | - |
| XYZ | 0.83 | 0.99 | 1.12 | - |
| YUV | 24.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 26 | 0.33 | 0 | 0.04 | 0.89 | 173.33 | 0.2 | 0.09 |
| Hex | 12 | 1B | 1A | 21 | 0 | 4 | 59 | AD | 14 | 9 |
| Octal | 22 | 33 | 32 | 41 | 0 | 4 | 131 | 255 | 24 | 11 |
| Binary | 10010 | 11011 | 11010 | 100001 | 0 | 100 | 1011001 | 10101101 | 10100 | 1001 |
Color Harmonies of #121B1A
Complementary color
Monochromatic Colors of #121B1A
Black with #121B1A
Text Example
Text Example
White with #121B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B1A; }
p { color: rgb(18,27,26); }
H1.HeaderClassName
{
color: #121B1A;
}
.AnyTagClassName
{
color: #121B1A;
}
</style>
background-color css
<style>
a { background-color: #121B1A; }
a { background-color: rgb(18,27,26); }
div.DivClassName
{
background-color: #121B1A;
}
.BgClassName
{
background-color: #121B1A;
}
</style>
border-color css
<style>
span { border-color: #121B1A; }
span { border-color: rgb(18,27,26); }
td.TdClassName
{
border-color: #121B1A;
}
.TagClassName
{
border-color: #121B1A;
}
</style>