Shades of Racing Green #1D2C2A
Tints of Racing Green #1D2C2A
RGB
CMYK
RGB Variations
Color information
#1D2C2A (or 0x1D2C2A) is known color: Racing Green. HEX triplet: 1D, 2C and 2A. RGB value is (29,44,42). Sum of RGB (Red+Green+Blue) = 29+44+42=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 44 - color contains mainly: green. Hex color #1D2C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C2A is #E2D3D5. Grayscale: #272727. Windows color (decimal): -14865366 or 2763805. OLE color: 2763805.
HSL color Cylindrical-coordinate representation of color #1D2C2A: hue angle of 172º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D2C2A is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 44 | 42 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.83 |
| HSL | 172º | 0.21% | 0.14% | - |
| HSV(B) | 172º | 0.34% | 0.17% | - |
| XYZ | 1.83 | 2.23 | 2.52 | - |
| YUV | 39.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 42 | 0.34 | 0 | 0.05 | 0.83 | 172 | 0.21 | 0.14 |
| Hex | 1D | 2C | 2A | 22 | 0 | 5 | 53 | AC | 15 | E |
| Octal | 35 | 54 | 52 | 42 | 0 | 5 | 123 | 254 | 25 | 16 |
| Binary | 11101 | 101100 | 101010 | 100010 | 0 | 101 | 1010011 | 10101100 | 10101 | 1110 |
Color Harmonies of #1D2C2A
Complementary color
Monochromatic Colors of #1D2C2A
Black with #1D2C2A
Text Example
Text Example
White with #1D2C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C2A; }
p { color: rgb(29,44,42); }
H1.HeaderClassName
{
color: #1D2C2A;
}
.AnyTagClassName
{
color: #1D2C2A;
}
</style>
background-color css
<style>
a { background-color: #1D2C2A; }
a { background-color: rgb(29,44,42); }
div.DivClassName
{
background-color: #1D2C2A;
}
.BgClassName
{
background-color: #1D2C2A;
}
</style>
border-color css
<style>
span { border-color: #1D2C2A; }
span { border-color: rgb(29,44,42); }
td.TdClassName
{
border-color: #1D2C2A;
}
.TagClassName
{
border-color: #1D2C2A;
}
</style>