Shades of Racing Green #1C201F
Tints of Racing Green #1C201F
RGB
CMYK
RGB Variations
Color information
#1C201F (or 0x1C201F) is known color: Racing Green. HEX triplet: 1C, 20 and 1F. RGB value is (28,32,31). Sum of RGB (Red+Green+Blue) = 28+32+31=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 32 - color contains mainly: green. Hex color #1C201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C201F is #E3DFE0. Grayscale: #1E1E1E. Windows color (decimal): -14933985 or 2039836. OLE color: 2039836.
HSL color Cylindrical-coordinate representation of color #1C201F: hue angle of 165º degrees, saturation: 0.07, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1C201F is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 32 | 31 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.87 |
| HSL | 165º | 0.07% | 0.12% | - |
| HSV(B) | 165º | 0.13% | 0.13% | - |
| XYZ | 1.24 | 1.38 | 1.5 | - |
| YUV | 30.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 31 | 0.12 | 0 | 0.03 | 0.87 | 165 | 0.07 | 0.12 |
| Hex | 1C | 20 | 1F | C | 0 | 3 | 57 | A5 | 7 | C |
| Octal | 34 | 40 | 37 | 14 | 0 | 3 | 127 | 245 | 7 | 14 |
| Binary | 11100 | 100000 | 11111 | 1100 | 0 | 11 | 1010111 | 10100101 | 111 | 1100 |
Color Harmonies of #1C201F
Complementary color
Monochromatic Colors of #1C201F
Black with #1C201F
Text Example
Text Example
White with #1C201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C201F; }
p { color: rgb(28,32,31); }
H1.HeaderClassName
{
color: #1C201F;
}
.AnyTagClassName
{
color: #1C201F;
}
</style>
background-color css
<style>
a { background-color: #1C201F; }
a { background-color: rgb(28,32,31); }
div.DivClassName
{
background-color: #1C201F;
}
.BgClassName
{
background-color: #1C201F;
}
</style>
border-color css
<style>
span { border-color: #1C201F; }
span { border-color: rgb(28,32,31); }
td.TdClassName
{
border-color: #1C201F;
}
.TagClassName
{
border-color: #1C201F;
}
</style>