Shades of Racing Green #1A342E
Tints of Racing Green #1A342E
RGB
CMYK
RGB Variations
Color information
#1A342E (or 0x1A342E) is known color: Racing Green. HEX triplet: 1A, 34 and 2E. RGB value is (26,52,46). Sum of RGB (Red+Green+Blue) = 26+52+46=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #1A342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A342E is #E5CBD1. Grayscale: #2B2B2B. Windows color (decimal): -15059922 or 3027994. OLE color: 3027994.
HSL color Cylindrical-coordinate representation of color #1A342E: hue angle of 166.15º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A342E is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 52 | 46 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.80 |
| HSL | 166.15º | 0.33% | 0.15% | - |
| HSV(B) | 166.15º | 0.5% | 0.2% | - |
| XYZ | 2.15 | 2.87 | 3.03 | - |
| YUV | 43.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 46 | 0.50 | 0 | 0.12 | 0.80 | 166.15 | 0.33 | 0.15 |
| Hex | 1A | 34 | 2E | 32 | 0 | C | 50 | A6 | 21 | F |
| Octal | 32 | 64 | 56 | 62 | 0 | 14 | 120 | 246 | 41 | 17 |
| Binary | 11010 | 110100 | 101110 | 110010 | 0 | 1100 | 1010000 | 10100110 | 100001 | 1111 |
Color Harmonies of #1A342E
Complementary color
Monochromatic Colors of #1A342E
Black with #1A342E
Text Example
Text Example
White with #1A342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A342E; }
p { color: rgb(26,52,46); }
H1.HeaderClassName
{
color: #1A342E;
}
.AnyTagClassName
{
color: #1A342E;
}
</style>
background-color css
<style>
a { background-color: #1A342E; }
a { background-color: rgb(26,52,46); }
div.DivClassName
{
background-color: #1A342E;
}
.BgClassName
{
background-color: #1A342E;
}
</style>
border-color css
<style>
span { border-color: #1A342E; }
span { border-color: rgb(26,52,46); }
td.TdClassName
{
border-color: #1A342E;
}
.TagClassName
{
border-color: #1A342E;
}
</style>