Shades of Racing Green #1D372E
Tints of Racing Green #1D372E
RGB
CMYK
RGB Variations
Color information
#1D372E (or 0x1D372E) is known color: Racing Green. HEX triplet: 1D, 37 and 2E. RGB value is (29,55,46). Sum of RGB (Red+Green+Blue) = 29+55+46=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #1D372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D372E is #E2C8D1. Grayscale: #2E2E2E. Windows color (decimal): -14862546 or 3028765. OLE color: 3028765.
HSL color Cylindrical-coordinate representation of color #1D372E: hue angle of 159.23º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D372E is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 55 | 46 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.78 |
| HSL | 159.23º | 0.31% | 0.16% | - |
| HSV(B) | 159.23º | 0.47% | 0.22% | - |
| XYZ | 2.37 | 3.19 | 3.08 | - |
| YUV | 46.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 46 | 0.47 | 0 | 0.16 | 0.78 | 159.23 | 0.31 | 0.16 |
| Hex | 1D | 37 | 2E | 2F | 0 | 10 | 4E | 9F | 1F | 10 |
| Octal | 35 | 67 | 56 | 57 | 0 | 20 | 116 | 237 | 37 | 20 |
| Binary | 11101 | 110111 | 101110 | 101111 | 0 | 10000 | 1001110 | 10011111 | 11111 | 10000 |
Color Harmonies of #1D372E
Complementary color
Monochromatic Colors of #1D372E
Black with #1D372E
Text Example
Text Example
White with #1D372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D372E; }
p { color: rgb(29,55,46); }
H1.HeaderClassName
{
color: #1D372E;
}
.AnyTagClassName
{
color: #1D372E;
}
</style>
background-color css
<style>
a { background-color: #1D372E; }
a { background-color: rgb(29,55,46); }
div.DivClassName
{
background-color: #1D372E;
}
.BgClassName
{
background-color: #1D372E;
}
</style>
border-color css
<style>
span { border-color: #1D372E; }
span { border-color: rgb(29,55,46); }
td.TdClassName
{
border-color: #1D372E;
}
.TagClassName
{
border-color: #1D372E;
}
</style>