Shades of Racing Green #1D3631
Tints of Racing Green #1D3631
RGB
CMYK
RGB Variations
Color information
#1D3631 (or 0x1D3631) is known color: Racing Green. HEX triplet: 1D, 36 and 31. RGB value is (29,54,49). Sum of RGB (Red+Green+Blue) = 29+54+49=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3631 is #E2C9CE. Grayscale: #2D2D2D. Windows color (decimal): -14862799 or 3225117. OLE color: 3225117.
HSL color Cylindrical-coordinate representation of color #1D3631: hue angle of 168º 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 #1D3631 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 54 | 49 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.79 |
| HSL | 168º | 0.3% | 0.16% | - |
| HSV(B) | 168º | 0.46% | 0.21% | - |
| XYZ | 2.38 | 3.12 | 3.38 | - |
| YUV | 45.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 49 | 0.46 | 0 | 0.09 | 0.79 | 168 | 0.3 | 0.16 |
| Hex | 1D | 36 | 31 | 2E | 0 | 9 | 4F | A8 | 1E | 10 |
| Octal | 35 | 66 | 61 | 56 | 0 | 11 | 117 | 250 | 36 | 20 |
| Binary | 11101 | 110110 | 110001 | 101110 | 0 | 1001 | 1001111 | 10101000 | 11110 | 10000 |
Color Harmonies of #1D3631
Complementary color
Monochromatic Colors of #1D3631
Black with #1D3631
Text Example
Text Example
White with #1D3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3631; }
p { color: rgb(29,54,49); }
H1.HeaderClassName
{
color: #1D3631;
}
.AnyTagClassName
{
color: #1D3631;
}
</style>
background-color css
<style>
a { background-color: #1D3631; }
a { background-color: rgb(29,54,49); }
div.DivClassName
{
background-color: #1D3631;
}
.BgClassName
{
background-color: #1D3631;
}
</style>
border-color css
<style>
span { border-color: #1D3631; }
span { border-color: rgb(29,54,49); }
td.TdClassName
{
border-color: #1D3631;
}
.TagClassName
{
border-color: #1D3631;
}
</style>