Shades of Racing Green #1D2D29
Tints of Racing Green #1D2D29
RGB
CMYK
RGB Variations
Color information
#1D2D29 (or 0x1D2D29) is known color: Racing Green. HEX triplet: 1D, 2D and 29. RGB value is (29,45,41). Sum of RGB (Red+Green+Blue) = 29+45+41=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 45 - color contains mainly: green. Hex color #1D2D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2D29 is #E2D2D6. Grayscale: #272727. Windows color (decimal): -14865111 or 2698525. OLE color: 2698525.
HSL color Cylindrical-coordinate representation of color #1D2D29: hue angle of 165º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D2D29 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 45 | 41 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.82 |
| HSL | 165º | 0.22% | 0.15% | - |
| HSV(B) | 165º | 0.36% | 0.18% | - |
| XYZ | 1.85 | 2.3 | 2.44 | - |
| YUV | 39.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 41 | 0.36 | 0 | 0.09 | 0.82 | 165 | 0.22 | 0.15 |
| Hex | 1D | 2D | 29 | 24 | 0 | 9 | 52 | A5 | 16 | F |
| Octal | 35 | 55 | 51 | 44 | 0 | 11 | 122 | 245 | 26 | 17 |
| Binary | 11101 | 101101 | 101001 | 100100 | 0 | 1001 | 1010010 | 10100101 | 10110 | 1111 |
Color Harmonies of #1D2D29
Complementary color
Monochromatic Colors of #1D2D29
Black with #1D2D29
Text Example
Text Example
White with #1D2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2D29; }
p { color: rgb(29,45,41); }
H1.HeaderClassName
{
color: #1D2D29;
}
.AnyTagClassName
{
color: #1D2D29;
}
</style>
background-color css
<style>
a { background-color: #1D2D29; }
a { background-color: rgb(29,45,41); }
div.DivClassName
{
background-color: #1D2D29;
}
.BgClassName
{
background-color: #1D2D29;
}
</style>
border-color css
<style>
span { border-color: #1D2D29; }
span { border-color: rgb(29,45,41); }
td.TdClassName
{
border-color: #1D2D29;
}
.TagClassName
{
border-color: #1D2D29;
}
</style>