Shades of Racing Green #1D2523
Tints of Racing Green #1D2523
RGB
CMYK
RGB Variations
Color information
#1D2523 (or 0x1D2523) is known color: Racing Green. HEX triplet: 1D, 25 and 23. RGB value is (29,37,35). Sum of RGB (Red+Green+Blue) = 29+37+35=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2523 is #E2DADC. Grayscale: #222222. Windows color (decimal): -14867165 or 2303261. OLE color: 2303261.
HSL color Cylindrical-coordinate representation of color #1D2523: hue angle of 165º 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 #1D2523 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 35 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.85 |
| HSL | 165º | 0.12% | 0.13% | - |
| HSV(B) | 165º | 0.22% | 0.15% | - |
| XYZ | 1.47 | 1.71 | 1.84 | - |
| YUV | 34.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 35 | 0.22 | 0 | 0.05 | 0.85 | 165 | 0.12 | 0.13 |
| Hex | 1D | 25 | 23 | 16 | 0 | 5 | 55 | A5 | C | D |
| Octal | 35 | 45 | 43 | 26 | 0 | 5 | 125 | 245 | 14 | 15 |
| Binary | 11101 | 100101 | 100011 | 10110 | 0 | 101 | 1010101 | 10100101 | 1100 | 1101 |
Color Harmonies of #1D2523
Complementary color
Monochromatic Colors of #1D2523
Black with #1D2523
Text Example
Text Example
White with #1D2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2523; }
p { color: rgb(29,37,35); }
H1.HeaderClassName
{
color: #1D2523;
}
.AnyTagClassName
{
color: #1D2523;
}
</style>
background-color css
<style>
a { background-color: #1D2523; }
a { background-color: rgb(29,37,35); }
div.DivClassName
{
background-color: #1D2523;
}
.BgClassName
{
background-color: #1D2523;
}
</style>
border-color css
<style>
span { border-color: #1D2523; }
span { border-color: rgb(29,37,35); }
td.TdClassName
{
border-color: #1D2523;
}
.TagClassName
{
border-color: #1D2523;
}
</style>