Shades of Racing Green #1A201F
Tints of Racing Green #1A201F
RGB
CMYK
RGB Variations
Color information
#1A201F (or 0x1A201F) is known color: Racing Green. HEX triplet: 1A, 20 and 1F. RGB value is (26,32,31). Sum of RGB (Red+Green+Blue) = 26+32+31=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 32 - color contains mainly: green. Hex color #1A201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A201F is #E5DFE0. Grayscale: #1E1E1E. Windows color (decimal): -15065057 or 2039834. OLE color: 2039834.
HSL color Cylindrical-coordinate representation of color #1A201F: hue angle of 170º 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 #1A201F is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 32 | 31 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.87 |
| HSL | 170º | 0.1% | 0.11% | - |
| HSV(B) | 170º | 0.19% | 0.13% | - |
| XYZ | 1.19 | 1.35 | 1.49 | - |
| YUV | 30.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 31 | 0.19 | 0 | 0.03 | 0.87 | 170 | 0.1 | 0.11 |
| Hex | 1A | 20 | 1F | 13 | 0 | 3 | 57 | AA | A | B |
| Octal | 32 | 40 | 37 | 23 | 0 | 3 | 127 | 252 | 12 | 13 |
| Binary | 11010 | 100000 | 11111 | 10011 | 0 | 11 | 1010111 | 10101010 | 1010 | 1011 |
Color Harmonies of #1A201F
Complementary color
Monochromatic Colors of #1A201F
Black with #1A201F
Text Example
Text Example
White with #1A201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A201F; }
p { color: rgb(26,32,31); }
H1.HeaderClassName
{
color: #1A201F;
}
.AnyTagClassName
{
color: #1A201F;
}
</style>
background-color css
<style>
a { background-color: #1A201F; }
a { background-color: rgb(26,32,31); }
div.DivClassName
{
background-color: #1A201F;
}
.BgClassName
{
background-color: #1A201F;
}
</style>
border-color css
<style>
span { border-color: #1A201F; }
span { border-color: rgb(26,32,31); }
td.TdClassName
{
border-color: #1A201F;
}
.TagClassName
{
border-color: #1A201F;
}
</style>