Shades of Racing Green #1C342E
Tints of Racing Green #1C342E
RGB
CMYK
RGB Variations
Color information
#1C342E (or 0x1C342E) is known color: Racing Green. HEX triplet: 1C, 34 and 2E. RGB value is (28,52,46). Sum of RGB (Red+Green+Blue) = 28+52+46=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #1C342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C342E is #E3CBD1. Grayscale: #2C2C2C. Windows color (decimal): -14928850 or 3027996. OLE color: 3027996.
HSL color Cylindrical-coordinate representation of color #1C342E: hue angle of 165º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C342E is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 52 | 46 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.80 |
| HSL | 165º | 0.3% | 0.16% | - |
| HSV(B) | 165º | 0.46% | 0.2% | - |
| XYZ | 2.2 | 2.9 | 3.03 | - |
| YUV | 44.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 46 | 0.46 | 0 | 0.12 | 0.80 | 165 | 0.3 | 0.16 |
| Hex | 1C | 34 | 2E | 2E | 0 | C | 50 | A5 | 1E | 10 |
| Octal | 34 | 64 | 56 | 56 | 0 | 14 | 120 | 245 | 36 | 20 |
| Binary | 11100 | 110100 | 101110 | 101110 | 0 | 1100 | 1010000 | 10100101 | 11110 | 10000 |
Color Harmonies of #1C342E
Complementary color
Monochromatic Colors of #1C342E
Black with #1C342E
Text Example
Text Example
White with #1C342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C342E; }
p { color: rgb(28,52,46); }
H1.HeaderClassName
{
color: #1C342E;
}
.AnyTagClassName
{
color: #1C342E;
}
</style>
background-color css
<style>
a { background-color: #1C342E; }
a { background-color: rgb(28,52,46); }
div.DivClassName
{
background-color: #1C342E;
}
.BgClassName
{
background-color: #1C342E;
}
</style>
border-color css
<style>
span { border-color: #1C342E; }
span { border-color: rgb(28,52,46); }
td.TdClassName
{
border-color: #1C342E;
}
.TagClassName
{
border-color: #1C342E;
}
</style>