Shades of Racing Green #1D352E
Tints of Racing Green #1D352E
RGB
CMYK
RGB Variations
Color information
#1D352E (or 0x1D352E) is known color: Racing Green. HEX triplet: 1D, 35 and 2E. RGB value is (29,53,46). Sum of RGB (Red+Green+Blue) = 29+53+46=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 53 - color contains mainly: green. Hex color #1D352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D352E is #E2CAD1. Grayscale: #2D2D2D. Windows color (decimal): -14863058 or 3028253. OLE color: 3028253.
HSL color Cylindrical-coordinate representation of color #1D352E: hue angle of 162.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D352E is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 46 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.79 |
| HSL | 162.5º | 0.29% | 0.16% | - |
| HSV(B) | 162.5º | 0.45% | 0.21% | - |
| XYZ | 2.27 | 3 | 3.04 | - |
| YUV | 45.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 46 | 0.45 | 0 | 0.13 | 0.79 | 162.5 | 0.29 | 0.16 |
| Hex | 1D | 35 | 2E | 2D | 0 | D | 4F | A2 | 1D | 10 |
| Octal | 35 | 65 | 56 | 55 | 0 | 15 | 117 | 242 | 35 | 20 |
| Binary | 11101 | 110101 | 101110 | 101101 | 0 | 1101 | 1001111 | 10100010 | 11101 | 10000 |
Color Harmonies of #1D352E
Complementary color
Monochromatic Colors of #1D352E
Black with #1D352E
Text Example
Text Example
White with #1D352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D352E; }
p { color: rgb(29,53,46); }
H1.HeaderClassName
{
color: #1D352E;
}
.AnyTagClassName
{
color: #1D352E;
}
</style>
background-color css
<style>
a { background-color: #1D352E; }
a { background-color: rgb(29,53,46); }
div.DivClassName
{
background-color: #1D352E;
}
.BgClassName
{
background-color: #1D352E;
}
</style>
border-color css
<style>
span { border-color: #1D352E; }
span { border-color: rgb(29,53,46); }
td.TdClassName
{
border-color: #1D352E;
}
.TagClassName
{
border-color: #1D352E;
}
</style>