Shades of Racing Green #1D2524
Tints of Racing Green #1D2524
RGB
CMYK
RGB Variations
Color information
#1D2524 (or 0x1D2524) is known color: Racing Green. HEX triplet: 1D, 25 and 24. RGB value is (29,37,36). Sum of RGB (Red+Green+Blue) = 29+37+36=102 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.43% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2524 is #E2DADB. Grayscale: #222222. Windows color (decimal): -14867164 or 2368797. OLE color: 2368797.
HSL color Cylindrical-coordinate representation of color #1D2524: hue angle of 172.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1D2524 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 36 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.85 |
| HSL | 172.5º | 0.12% | 0.13% | - |
| HSV(B) | 172.5º | 0.22% | 0.15% | - |
| XYZ | 1.49 | 1.71 | 1.92 | - |
| YUV | 34.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 36 | 0.22 | 0 | 0.03 | 0.85 | 172.5 | 0.12 | 0.13 |
| Hex | 1D | 25 | 24 | 16 | 0 | 3 | 55 | AC | C | D |
| Octal | 35 | 45 | 44 | 26 | 0 | 3 | 125 | 254 | 14 | 15 |
| Binary | 11101 | 100101 | 100100 | 10110 | 0 | 11 | 1010101 | 10101100 | 1100 | 1101 |
Color Harmonies of #1D2524
Complementary color
Monochromatic Colors of #1D2524
Black with #1D2524
Text Example
Text Example
White with #1D2524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2524; }
p { color: rgb(29,37,36); }
H1.HeaderClassName
{
color: #1D2524;
}
.AnyTagClassName
{
color: #1D2524;
}
</style>
background-color css
<style>
a { background-color: #1D2524; }
a { background-color: rgb(29,37,36); }
div.DivClassName
{
background-color: #1D2524;
}
.BgClassName
{
background-color: #1D2524;
}
</style>
border-color css
<style>
span { border-color: #1D2524; }
span { border-color: rgb(29,37,36); }
td.TdClassName
{
border-color: #1D2524;
}
.TagClassName
{
border-color: #1D2524;
}
</style>