Shades of Racing Green #1D2F2C
Tints of Racing Green #1D2F2C
RGB
CMYK
RGB Variations
Color information
#1D2F2C (or 0x1D2F2C) is known color: Racing Green. HEX triplet: 1D, 2F and 2C. RGB value is (29,47,44). Sum of RGB (Red+Green+Blue) = 29+47+44=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #1D2F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F2C is #E2D0D3. Grayscale: #292929. Windows color (decimal): -14864596 or 2895645. OLE color: 2895645.
HSL color Cylindrical-coordinate representation of color #1D2F2C: hue angle of 170º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D2F2C is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 47 | 44 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.82 |
| HSL | 170º | 0.24% | 0.15% | - |
| HSV(B) | 170º | 0.38% | 0.18% | - |
| XYZ | 1.98 | 2.48 | 2.76 | - |
| YUV | 41.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 44 | 0.38 | 0 | 0.06 | 0.82 | 170 | 0.24 | 0.15 |
| Hex | 1D | 2F | 2C | 26 | 0 | 6 | 52 | AA | 18 | F |
| Octal | 35 | 57 | 54 | 46 | 0 | 6 | 122 | 252 | 30 | 17 |
| Binary | 11101 | 101111 | 101100 | 100110 | 0 | 110 | 1010010 | 10101010 | 11000 | 1111 |
Color Harmonies of #1D2F2C
Complementary color
Monochromatic Colors of #1D2F2C
Black with #1D2F2C
Text Example
Text Example
White with #1D2F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F2C; }
p { color: rgb(29,47,44); }
H1.HeaderClassName
{
color: #1D2F2C;
}
.AnyTagClassName
{
color: #1D2F2C;
}
</style>
background-color css
<style>
a { background-color: #1D2F2C; }
a { background-color: rgb(29,47,44); }
div.DivClassName
{
background-color: #1D2F2C;
}
.BgClassName
{
background-color: #1D2F2C;
}
</style>
border-color css
<style>
span { border-color: #1D2F2C; }
span { border-color: rgb(29,47,44); }
td.TdClassName
{
border-color: #1D2F2C;
}
.TagClassName
{
border-color: #1D2F2C;
}
</style>