Shades of Racing Green #1D312D
Tints of Racing Green #1D312D
RGB
CMYK
RGB Variations
Color information
#1D312D (or 0x1D312D) is known color: Racing Green. HEX triplet: 1D, 31 and 2D. RGB value is (29,49,45). Sum of RGB (Red+Green+Blue) = 29+49+45=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #1D312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D312D is #E2CED2. Grayscale: #2A2A2A. Windows color (decimal): -14864083 or 2961693. OLE color: 2961693.
HSL color Cylindrical-coordinate representation of color #1D312D: hue angle of 168º 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 #1D312D is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 45 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.81 |
| HSL | 168º | 0.26% | 0.15% | - |
| HSV(B) | 168º | 0.41% | 0.19% | - |
| XYZ | 2.08 | 2.65 | 2.88 | - |
| YUV | 42.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 45 | 0.41 | 0 | 0.08 | 0.81 | 168 | 0.26 | 0.15 |
| Hex | 1D | 31 | 2D | 29 | 0 | 8 | 51 | A8 | 1A | F |
| Octal | 35 | 61 | 55 | 51 | 0 | 10 | 121 | 250 | 32 | 17 |
| Binary | 11101 | 110001 | 101101 | 101001 | 0 | 1000 | 1010001 | 10101000 | 11010 | 1111 |
Color Harmonies of #1D312D
Complementary color
Monochromatic Colors of #1D312D
Black with #1D312D
Text Example
Text Example
White with #1D312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D312D; }
p { color: rgb(29,49,45); }
H1.HeaderClassName
{
color: #1D312D;
}
.AnyTagClassName
{
color: #1D312D;
}
</style>
background-color css
<style>
a { background-color: #1D312D; }
a { background-color: rgb(29,49,45); }
div.DivClassName
{
background-color: #1D312D;
}
.BgClassName
{
background-color: #1D312D;
}
</style>
border-color css
<style>
span { border-color: #1D312D; }
span { border-color: rgb(29,49,45); }
td.TdClassName
{
border-color: #1D312D;
}
.TagClassName
{
border-color: #1D312D;
}
</style>