Shades of Racing Green #1D322F
Tints of Racing Green #1D322F
RGB
CMYK
RGB Variations
Color information
#1D322F (or 0x1D322F) is known color: Racing Green. HEX triplet: 1D, 32 and 2F. RGB value is (29,50,47). Sum of RGB (Red+Green+Blue) = 29+50+47=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #1D322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D322F is #E2CDD0. Grayscale: #2B2B2B. Windows color (decimal): -14863825 or 3093021. OLE color: 3093021.
HSL color Cylindrical-coordinate representation of color #1D322F: hue angle of 171.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D322F is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 50 | 47 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.80 |
| HSL | 171.43º | 0.27% | 0.15% | - |
| HSV(B) | 171.43º | 0.42% | 0.2% | - |
| XYZ | 2.16 | 2.75 | 3.11 | - |
| YUV | 43.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 47 | 0.42 | 0 | 0.06 | 0.80 | 171.43 | 0.27 | 0.15 |
| Hex | 1D | 32 | 2F | 2A | 0 | 6 | 50 | AB | 1B | F |
| Octal | 35 | 62 | 57 | 52 | 0 | 6 | 120 | 253 | 33 | 17 |
| Binary | 11101 | 110010 | 101111 | 101010 | 0 | 110 | 1010000 | 10101011 | 11011 | 1111 |
Color Harmonies of #1D322F
Complementary color
Monochromatic Colors of #1D322F
Black with #1D322F
Text Example
Text Example
White with #1D322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D322F; }
p { color: rgb(29,50,47); }
H1.HeaderClassName
{
color: #1D322F;
}
.AnyTagClassName
{
color: #1D322F;
}
</style>
background-color css
<style>
a { background-color: #1D322F; }
a { background-color: rgb(29,50,47); }
div.DivClassName
{
background-color: #1D322F;
}
.BgClassName
{
background-color: #1D322F;
}
</style>
border-color css
<style>
span { border-color: #1D322F; }
span { border-color: rgb(29,50,47); }
td.TdClassName
{
border-color: #1D322F;
}
.TagClassName
{
border-color: #1D322F;
}
</style>