Shades of Racing Green #1A201E
Tints of Racing Green #1A201E
RGB
CMYK
RGB Variations
Color information
#1A201E (or 0x1A201E) is known color: Racing Green. HEX triplet: 1A, 20 and 1E. RGB value is (26,32,30). Sum of RGB (Red+Green+Blue) = 26+32+30=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 32 - color contains mainly: green. Hex color #1A201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A201E is #E5DFE1. Grayscale: #1D1D1D. Windows color (decimal): -15065058 or 1974298. OLE color: 1974298.
HSL color Cylindrical-coordinate representation of color #1A201E: hue angle of 160º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A201E is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 32 | 30 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.87 |
| HSL | 160º | 0.1% | 0.11% | - |
| HSV(B) | 160º | 0.19% | 0.13% | - |
| XYZ | 1.18 | 1.35 | 1.43 | - |
| YUV | 29.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 30 | 0.19 | 0 | 0.06 | 0.87 | 160 | 0.1 | 0.11 |
| Hex | 1A | 20 | 1E | 13 | 0 | 6 | 57 | A0 | A | B |
| Octal | 32 | 40 | 36 | 23 | 0 | 6 | 127 | 240 | 12 | 13 |
| Binary | 11010 | 100000 | 11110 | 10011 | 0 | 110 | 1010111 | 10100000 | 1010 | 1011 |
Color Harmonies of #1A201E
Complementary color
Monochromatic Colors of #1A201E
Black with #1A201E
Text Example
Text Example
White with #1A201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A201E; }
p { color: rgb(26,32,30); }
H1.HeaderClassName
{
color: #1A201E;
}
.AnyTagClassName
{
color: #1A201E;
}
</style>
background-color css
<style>
a { background-color: #1A201E; }
a { background-color: rgb(26,32,30); }
div.DivClassName
{
background-color: #1A201E;
}
.BgClassName
{
background-color: #1A201E;
}
</style>
border-color css
<style>
span { border-color: #1A201E; }
span { border-color: rgb(26,32,30); }
td.TdClassName
{
border-color: #1A201E;
}
.TagClassName
{
border-color: #1A201E;
}
</style>