Shades of Racing Green #1D362D
Tints of Racing Green #1D362D
RGB
CMYK
RGB Variations
Color information
#1D362D (or 0x1D362D) is known color: Racing Green. HEX triplet: 1D, 36 and 2D. RGB value is (29,54,45). Sum of RGB (Red+Green+Blue) = 29+54+45=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 54 - color contains mainly: green. Hex color #1D362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D362D is #E2C9D2. Grayscale: #2D2D2D. Windows color (decimal): -14862803 or 2962973. OLE color: 2962973.
HSL color Cylindrical-coordinate representation of color #1D362D: hue angle of 158.4º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D362D is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 54 | 45 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.79 |
| HSL | 158.4º | 0.3% | 0.16% | - |
| HSV(B) | 158.4º | 0.46% | 0.21% | - |
| XYZ | 2.3 | 3.09 | 2.96 | - |
| YUV | 45.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 45 | 0.46 | 0 | 0.17 | 0.79 | 158.4 | 0.3 | 0.16 |
| Hex | 1D | 36 | 2D | 2E | 0 | 11 | 4F | 9E | 1E | 10 |
| Octal | 35 | 66 | 55 | 56 | 0 | 21 | 117 | 236 | 36 | 20 |
| Binary | 11101 | 110110 | 101101 | 101110 | 0 | 10001 | 1001111 | 10011110 | 11110 | 10000 |
Color Harmonies of #1D362D
Complementary color
Monochromatic Colors of #1D362D
Black with #1D362D
Text Example
Text Example
White with #1D362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D362D; }
p { color: rgb(29,54,45); }
H1.HeaderClassName
{
color: #1D362D;
}
.AnyTagClassName
{
color: #1D362D;
}
</style>
background-color css
<style>
a { background-color: #1D362D; }
a { background-color: rgb(29,54,45); }
div.DivClassName
{
background-color: #1D362D;
}
.BgClassName
{
background-color: #1D362D;
}
</style>
border-color css
<style>
span { border-color: #1D362D; }
span { border-color: rgb(29,54,45); }
td.TdClassName
{
border-color: #1D362D;
}
.TagClassName
{
border-color: #1D362D;
}
</style>