Shades of Racing Green #1C342C
Tints of Racing Green #1C342C
RGB
CMYK
RGB Variations
Color information
#1C342C (or 0x1C342C) is known color: Racing Green. HEX triplet: 1C, 34 and 2C. RGB value is (28,52,44). Sum of RGB (Red+Green+Blue) = 28+52+44=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #1C342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C342C is #E3CBD3. Grayscale: #2B2B2B. Windows color (decimal): -14928852 or 2896924. OLE color: 2896924.
HSL color Cylindrical-coordinate representation of color #1C342C: hue angle of 160º 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 #1C342C is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 52 | 44 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.80 |
| HSL | 160º | 0.3% | 0.16% | - |
| HSV(B) | 160º | 0.46% | 0.2% | - |
| XYZ | 2.16 | 2.88 | 2.83 | - |
| YUV | 43.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 44 | 0.46 | 0 | 0.15 | 0.80 | 160 | 0.3 | 0.16 |
| Hex | 1C | 34 | 2C | 2E | 0 | F | 50 | A0 | 1E | 10 |
| Octal | 34 | 64 | 54 | 56 | 0 | 17 | 120 | 240 | 36 | 20 |
| Binary | 11100 | 110100 | 101100 | 101110 | 0 | 1111 | 1010000 | 10100000 | 11110 | 10000 |
Color Harmonies of #1C342C
Complementary color
Monochromatic Colors of #1C342C
Black with #1C342C
Text Example
Text Example
White with #1C342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C342C; }
p { color: rgb(28,52,44); }
H1.HeaderClassName
{
color: #1C342C;
}
.AnyTagClassName
{
color: #1C342C;
}
</style>
background-color css
<style>
a { background-color: #1C342C; }
a { background-color: rgb(28,52,44); }
div.DivClassName
{
background-color: #1C342C;
}
.BgClassName
{
background-color: #1C342C;
}
</style>
border-color css
<style>
span { border-color: #1C342C; }
span { border-color: rgb(28,52,44); }
td.TdClassName
{
border-color: #1C342C;
}
.TagClassName
{
border-color: #1C342C;
}
</style>