Shades of Racing Green #1D2D28
Tints of Racing Green #1D2D28
RGB
CMYK
RGB Variations
Color information
#1D2D28 (or 0x1D2D28) is known color: Racing Green. HEX triplet: 1D, 2D and 28. RGB value is (29,45,40). Sum of RGB (Red+Green+Blue) = 29+45+40=114 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.44% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 45 - color contains mainly: green. Hex color #1D2D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2D28 is #E2D2D7. Grayscale: #272727. Windows color (decimal): -14865112 or 2632989. OLE color: 2632989.
HSL color Cylindrical-coordinate representation of color #1D2D28: hue angle of 161.25º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D2D28 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 45 | 40 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.82 |
| HSL | 161.25º | 0.22% | 0.15% | - |
| HSV(B) | 161.25º | 0.36% | 0.18% | - |
| XYZ | 1.83 | 2.29 | 2.35 | - |
| YUV | 39.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 40 | 0.36 | 0 | 0.11 | 0.82 | 161.25 | 0.22 | 0.15 |
| Hex | 1D | 2D | 28 | 24 | 0 | B | 52 | A1 | 16 | F |
| Octal | 35 | 55 | 50 | 44 | 0 | 13 | 122 | 241 | 26 | 17 |
| Binary | 11101 | 101101 | 101000 | 100100 | 0 | 1011 | 1010010 | 10100001 | 10110 | 1111 |
Color Harmonies of #1D2D28
Complementary color
Monochromatic Colors of #1D2D28
Black with #1D2D28
Text Example
Text Example
White with #1D2D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2D28; }
p { color: rgb(29,45,40); }
H1.HeaderClassName
{
color: #1D2D28;
}
.AnyTagClassName
{
color: #1D2D28;
}
</style>
background-color css
<style>
a { background-color: #1D2D28; }
a { background-color: rgb(29,45,40); }
div.DivClassName
{
background-color: #1D2D28;
}
.BgClassName
{
background-color: #1D2D28;
}
</style>
border-color css
<style>
span { border-color: #1D2D28; }
span { border-color: rgb(29,45,40); }
td.TdClassName
{
border-color: #1D2D28;
}
.TagClassName
{
border-color: #1D2D28;
}
</style>