Shades of Racing Green #1D312C
Tints of Racing Green #1D312C
RGB
CMYK
RGB Variations
Color information
#1D312C (or 0x1D312C) is known color: Racing Green. HEX triplet: 1D, 31 and 2C. RGB value is (29,49,44). Sum of RGB (Red+Green+Blue) = 29+49+44=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #1D312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D312C is #E2CED3. Grayscale: #2A2A2A. Windows color (decimal): -14864084 or 2896157. OLE color: 2896157.
HSL color Cylindrical-coordinate representation of color #1D312C: hue angle of 165º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D312C is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 44 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.81 |
| HSL | 165º | 0.26% | 0.15% | - |
| HSV(B) | 165º | 0.41% | 0.19% | - |
| XYZ | 2.06 | 2.64 | 2.78 | - |
| YUV | 42.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 44 | 0.41 | 0 | 0.10 | 0.81 | 165 | 0.26 | 0.15 |
| Hex | 1D | 31 | 2C | 29 | 0 | A | 51 | A5 | 1A | F |
| Octal | 35 | 61 | 54 | 51 | 0 | 12 | 121 | 245 | 32 | 17 |
| Binary | 11101 | 110001 | 101100 | 101001 | 0 | 1010 | 1010001 | 10100101 | 11010 | 1111 |
Color Harmonies of #1D312C
Complementary color
Monochromatic Colors of #1D312C
Black with #1D312C
Text Example
Text Example
White with #1D312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D312C; }
p { color: rgb(29,49,44); }
H1.HeaderClassName
{
color: #1D312C;
}
.AnyTagClassName
{
color: #1D312C;
}
</style>
background-color css
<style>
a { background-color: #1D312C; }
a { background-color: rgb(29,49,44); }
div.DivClassName
{
background-color: #1D312C;
}
.BgClassName
{
background-color: #1D312C;
}
</style>
border-color css
<style>
span { border-color: #1D312C; }
span { border-color: rgb(29,49,44); }
td.TdClassName
{
border-color: #1D312C;
}
.TagClassName
{
border-color: #1D312C;
}
</style>