Shades of Racing Green #1D322B
Tints of Racing Green #1D322B
RGB
CMYK
RGB Variations
Color information
#1D322B (or 0x1D322B) is known color: Racing Green. HEX triplet: 1D, 32 and 2B. RGB value is (29,50,43). Sum of RGB (Red+Green+Blue) = 29+50+43=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #1D322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D322B is #E2CDD4. Grayscale: #2A2A2A. Windows color (decimal): -14863829 or 2830877. OLE color: 2830877.
HSL color Cylindrical-coordinate representation of color #1D322B: hue angle of 160º 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 #1D322B is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 50 | 43 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.80 |
| HSL | 160º | 0.27% | 0.15% | - |
| HSV(B) | 160º | 0.42% | 0.2% | - |
| XYZ | 2.08 | 2.72 | 2.7 | - |
| YUV | 42.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 43 | 0.42 | 0 | 0.14 | 0.80 | 160 | 0.27 | 0.15 |
| Hex | 1D | 32 | 2B | 2A | 0 | E | 50 | A0 | 1B | F |
| Octal | 35 | 62 | 53 | 52 | 0 | 16 | 120 | 240 | 33 | 17 |
| Binary | 11101 | 110010 | 101011 | 101010 | 0 | 1110 | 1010000 | 10100000 | 11011 | 1111 |
Color Harmonies of #1D322B
Complementary color
Monochromatic Colors of #1D322B
Black with #1D322B
Text Example
Text Example
White with #1D322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D322B; }
p { color: rgb(29,50,43); }
H1.HeaderClassName
{
color: #1D322B;
}
.AnyTagClassName
{
color: #1D322B;
}
</style>
background-color css
<style>
a { background-color: #1D322B; }
a { background-color: rgb(29,50,43); }
div.DivClassName
{
background-color: #1D322B;
}
.BgClassName
{
background-color: #1D322B;
}
</style>
border-color css
<style>
span { border-color: #1D322B; }
span { border-color: rgb(29,50,43); }
td.TdClassName
{
border-color: #1D322B;
}
.TagClassName
{
border-color: #1D322B;
}
</style>