Shades of Racing Green #1D2C27
Tints of Racing Green #1D2C27
RGB
CMYK
RGB Variations
Color information
#1D2C27 (or 0x1D2C27) is known color: Racing Green. HEX triplet: 1D, 2C and 27. RGB value is (29,44,39). Sum of RGB (Red+Green+Blue) = 29+44+39=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 44 - color contains mainly: green. Hex color #1D2C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C27 is #E2D3D8. Grayscale: #262626. Windows color (decimal): -14865369 or 2567197. OLE color: 2567197.
HSL color Cylindrical-coordinate representation of color #1D2C27: hue angle of 160º 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 #1D2C27 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 44 | 39 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.83 |
| HSL | 160º | 0.21% | 0.14% | - |
| HSV(B) | 160º | 0.34% | 0.17% | - |
| XYZ | 1.77 | 2.21 | 2.25 | - |
| YUV | 38.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 39 | 0.34 | 0 | 0.11 | 0.83 | 160 | 0.21 | 0.14 |
| Hex | 1D | 2C | 27 | 22 | 0 | B | 53 | A0 | 15 | E |
| Octal | 35 | 54 | 47 | 42 | 0 | 13 | 123 | 240 | 25 | 16 |
| Binary | 11101 | 101100 | 100111 | 100010 | 0 | 1011 | 1010011 | 10100000 | 10101 | 1110 |
Color Harmonies of #1D2C27
Complementary color
Monochromatic Colors of #1D2C27
Black with #1D2C27
Text Example
Text Example
White with #1D2C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C27; }
p { color: rgb(29,44,39); }
H1.HeaderClassName
{
color: #1D2C27;
}
.AnyTagClassName
{
color: #1D2C27;
}
</style>
background-color css
<style>
a { background-color: #1D2C27; }
a { background-color: rgb(29,44,39); }
div.DivClassName
{
background-color: #1D2C27;
}
.BgClassName
{
background-color: #1D2C27;
}
</style>
border-color css
<style>
span { border-color: #1D2C27; }
span { border-color: rgb(29,44,39); }
td.TdClassName
{
border-color: #1D2C27;
}
.TagClassName
{
border-color: #1D2C27;
}
</style>