Shades of Racing Green #1C322B
Tints of Racing Green #1C322B
RGB
CMYK
RGB Variations
Color information
#1C322B (or 0x1C322B) is known color: Racing Green. HEX triplet: 1C, 32 and 2B. RGB value is (28,50,43). Sum of RGB (Red+Green+Blue) = 28+50+43=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #1C322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C322B is #E3CDD4. Grayscale: #2A2A2A. Windows color (decimal): -14929365 or 2830876. OLE color: 2830876.
HSL color Cylindrical-coordinate representation of color #1C322B: hue angle of 160.91º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C322B is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 50 | 43 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.80 |
| HSL | 160.91º | 0.28% | 0.15% | - |
| HSV(B) | 160.91º | 0.44% | 0.2% | - |
| XYZ | 2.06 | 2.7 | 2.7 | - |
| YUV | 42.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 43 | 0.44 | 0 | 0.14 | 0.80 | 160.91 | 0.28 | 0.15 |
| Hex | 1C | 32 | 2B | 2C | 0 | E | 50 | A1 | 1C | F |
| Octal | 34 | 62 | 53 | 54 | 0 | 16 | 120 | 241 | 34 | 17 |
| Binary | 11100 | 110010 | 101011 | 101100 | 0 | 1110 | 1010000 | 10100001 | 11100 | 1111 |
Color Harmonies of #1C322B
Complementary color
Monochromatic Colors of #1C322B
Black with #1C322B
Text Example
Text Example
White with #1C322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C322B; }
p { color: rgb(28,50,43); }
H1.HeaderClassName
{
color: #1C322B;
}
.AnyTagClassName
{
color: #1C322B;
}
</style>
background-color css
<style>
a { background-color: #1C322B; }
a { background-color: rgb(28,50,43); }
div.DivClassName
{
background-color: #1C322B;
}
.BgClassName
{
background-color: #1C322B;
}
</style>
border-color css
<style>
span { border-color: #1C322B; }
span { border-color: rgb(28,50,43); }
td.TdClassName
{
border-color: #1C322B;
}
.TagClassName
{
border-color: #1C322B;
}
</style>