Shades of Racing Green #1D302B
Tints of Racing Green #1D302B
RGB
CMYK
RGB Variations
Color information
#1D302B (or 0x1D302B) is known color: Racing Green. HEX triplet: 1D, 30 and 2B. RGB value is (29,48,43). Sum of RGB (Red+Green+Blue) = 29+48+43=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #1D302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D302B is #E2CFD4. Grayscale: #292929. Windows color (decimal): -14864341 or 2830365. OLE color: 2830365.
HSL color Cylindrical-coordinate representation of color #1D302B: hue angle of 164.21º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D302B is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 48 | 43 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.81 |
| HSL | 164.21º | 0.25% | 0.15% | - |
| HSV(B) | 164.21º | 0.4% | 0.19% | - |
| XYZ | 2 | 2.55 | 2.67 | - |
| YUV | 41.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 43 | 0.40 | 0 | 0.10 | 0.81 | 164.21 | 0.25 | 0.15 |
| Hex | 1D | 30 | 2B | 28 | 0 | A | 51 | A4 | 19 | F |
| Octal | 35 | 60 | 53 | 50 | 0 | 12 | 121 | 244 | 31 | 17 |
| Binary | 11101 | 110000 | 101011 | 101000 | 0 | 1010 | 1010001 | 10100100 | 11001 | 1111 |
Color Harmonies of #1D302B
Complementary color
Monochromatic Colors of #1D302B
Black with #1D302B
Text Example
Text Example
White with #1D302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D302B; }
p { color: rgb(29,48,43); }
H1.HeaderClassName
{
color: #1D302B;
}
.AnyTagClassName
{
color: #1D302B;
}
</style>
background-color css
<style>
a { background-color: #1D302B; }
a { background-color: rgb(29,48,43); }
div.DivClassName
{
background-color: #1D302B;
}
.BgClassName
{
background-color: #1D302B;
}
</style>
border-color css
<style>
span { border-color: #1D302B; }
span { border-color: rgb(29,48,43); }
td.TdClassName
{
border-color: #1D302B;
}
.TagClassName
{
border-color: #1D302B;
}
</style>