Shades of Racing Green #1A322C
Tints of Racing Green #1A322C
RGB
CMYK
RGB Variations
Color information
#1A322C (or 0x1A322C) is known color: Racing Green. HEX triplet: 1A, 32 and 2C. RGB value is (26,50,44). Sum of RGB (Red+Green+Blue) = 26+50+44=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #1A322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A322C is #E5CDD3. Grayscale: #2A2A2A. Windows color (decimal): -15060436 or 2896410. OLE color: 2896410.
HSL color Cylindrical-coordinate representation of color #1A322C: hue angle of 165º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A322C is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 50 | 44 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.80 |
| HSL | 165º | 0.32% | 0.15% | - |
| HSV(B) | 165º | 0.48% | 0.2% | - |
| XYZ | 2.02 | 2.68 | 2.79 | - |
| YUV | 42.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 44 | 0.48 | 0 | 0.12 | 0.80 | 165 | 0.32 | 0.15 |
| Hex | 1A | 32 | 2C | 30 | 0 | C | 50 | A5 | 20 | F |
| Octal | 32 | 62 | 54 | 60 | 0 | 14 | 120 | 245 | 40 | 17 |
| Binary | 11010 | 110010 | 101100 | 110000 | 0 | 1100 | 1010000 | 10100101 | 100000 | 1111 |
Color Harmonies of #1A322C
Complementary color
Monochromatic Colors of #1A322C
Black with #1A322C
Text Example
Text Example
White with #1A322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A322C; }
p { color: rgb(26,50,44); }
H1.HeaderClassName
{
color: #1A322C;
}
.AnyTagClassName
{
color: #1A322C;
}
</style>
background-color css
<style>
a { background-color: #1A322C; }
a { background-color: rgb(26,50,44); }
div.DivClassName
{
background-color: #1A322C;
}
.BgClassName
{
background-color: #1A322C;
}
</style>
border-color css
<style>
span { border-color: #1A322C; }
span { border-color: rgb(26,50,44); }
td.TdClassName
{
border-color: #1A322C;
}
.TagClassName
{
border-color: #1A322C;
}
</style>