Shades of Racing Green #1C2824
Tints of Racing Green #1C2824
RGB
CMYK
RGB Variations
Color information
#1C2824 (or 0x1C2824) is known color: Racing Green. HEX triplet: 1C, 28 and 24. RGB value is (28,40,36). Sum of RGB (Red+Green+Blue) = 28+40+36=104 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.92% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 40 - color contains mainly: green. Hex color #1C2824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2824 is #E3D7DB. Grayscale: #232323. Windows color (decimal): -14931932 or 2369564. OLE color: 2369564.
HSL color Cylindrical-coordinate representation of color #1C2824: hue angle of 160º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1C2824 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 40 | 36 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.84 |
| HSL | 160º | 0.18% | 0.13% | - |
| HSV(B) | 160º | 0.3% | 0.16% | - |
| XYZ | 1.56 | 1.89 | 1.95 | - |
| YUV | 35.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 36 | 0.30 | 0 | 0.10 | 0.84 | 160 | 0.18 | 0.13 |
| Hex | 1C | 28 | 24 | 1E | 0 | A | 54 | A0 | 12 | D |
| Octal | 34 | 50 | 44 | 36 | 0 | 12 | 124 | 240 | 22 | 15 |
| Binary | 11100 | 101000 | 100100 | 11110 | 0 | 1010 | 1010100 | 10100000 | 10010 | 1101 |
Color Harmonies of #1C2824
Complementary color
Monochromatic Colors of #1C2824
Black with #1C2824
Text Example
Text Example
White with #1C2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2824; }
p { color: rgb(28,40,36); }
H1.HeaderClassName
{
color: #1C2824;
}
.AnyTagClassName
{
color: #1C2824;
}
</style>
background-color css
<style>
a { background-color: #1C2824; }
a { background-color: rgb(28,40,36); }
div.DivClassName
{
background-color: #1C2824;
}
.BgClassName
{
background-color: #1C2824;
}
</style>
border-color css
<style>
span { border-color: #1C2824; }
span { border-color: rgb(28,40,36); }
td.TdClassName
{
border-color: #1C2824;
}
.TagClassName
{
border-color: #1C2824;
}
</style>