Shades of Racing Green #1A2221
Tints of Racing Green #1A2221
RGB
CMYK
RGB Variations
Color information
#1A2221 (or 0x1A2221) is known color: Racing Green. HEX triplet: 1A, 22 and 21. RGB value is (26,34,33). Sum of RGB (Red+Green+Blue) = 26+34+33=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 34 - color contains mainly: green. Hex color #1A2221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2221 is #E5DDDE. Grayscale: #1F1F1F. Windows color (decimal): -15064543 or 2171418. OLE color: 2171418.
HSL color Cylindrical-coordinate representation of color #1A2221: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1A2221 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 34 | 33 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.87 |
| HSL | 172.5º | 0.13% | 0.12% | - |
| HSV(B) | 172.5º | 0.24% | 0.13% | - |
| XYZ | 1.27 | 1.47 | 1.66 | - |
| YUV | 31.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 33 | 0.24 | 0 | 0.03 | 0.87 | 172.5 | 0.13 | 0.12 |
| Hex | 1A | 22 | 21 | 18 | 0 | 3 | 57 | AC | D | C |
| Octal | 32 | 42 | 41 | 30 | 0 | 3 | 127 | 254 | 15 | 14 |
| Binary | 11010 | 100010 | 100001 | 11000 | 0 | 11 | 1010111 | 10101100 | 1101 | 1100 |
Color Harmonies of #1A2221
Complementary color
Monochromatic Colors of #1A2221
Black with #1A2221
Text Example
Text Example
White with #1A2221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2221; }
p { color: rgb(26,34,33); }
H1.HeaderClassName
{
color: #1A2221;
}
.AnyTagClassName
{
color: #1A2221;
}
</style>
background-color css
<style>
a { background-color: #1A2221; }
a { background-color: rgb(26,34,33); }
div.DivClassName
{
background-color: #1A2221;
}
.BgClassName
{
background-color: #1A2221;
}
</style>
border-color css
<style>
span { border-color: #1A2221; }
span { border-color: rgb(26,34,33); }
td.TdClassName
{
border-color: #1A2221;
}
.TagClassName
{
border-color: #1A2221;
}
</style>