Shades of Racing Green #1D2E28
Tints of Racing Green #1D2E28
RGB
CMYK
RGB Variations
Color information
#1D2E28 (or 0x1D2E28) is known color: Racing Green. HEX triplet: 1D, 2E and 28. RGB value is (29,46,40). Sum of RGB (Red+Green+Blue) = 29+46+40=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 46 - color contains mainly: green. Hex color #1D2E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2E28 is #E2D1D7. Grayscale: #282828. Windows color (decimal): -14864856 or 2633245. OLE color: 2633245.
HSL color Cylindrical-coordinate representation of color #1D2E28: hue angle of 158.82º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1D2E28 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 46 | 40 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.82 |
| HSL | 158.82º | 0.23% | 0.15% | - |
| HSV(B) | 158.82º | 0.37% | 0.18% | - |
| XYZ | 1.87 | 2.37 | 2.37 | - |
| YUV | 40.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 46 | 40 | 0.37 | 0 | 0.13 | 0.82 | 158.82 | 0.23 | 0.15 |
| Hex | 1D | 2E | 28 | 25 | 0 | D | 52 | 9F | 17 | F |
| Octal | 35 | 56 | 50 | 45 | 0 | 15 | 122 | 237 | 27 | 17 |
| Binary | 11101 | 101110 | 101000 | 100101 | 0 | 1101 | 1010010 | 10011111 | 10111 | 1111 |
Color Harmonies of #1D2E28
Complementary color
Monochromatic Colors of #1D2E28
Black with #1D2E28
Text Example
Text Example
White with #1D2E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2E28; }
p { color: rgb(29,46,40); }
H1.HeaderClassName
{
color: #1D2E28;
}
.AnyTagClassName
{
color: #1D2E28;
}
</style>
background-color css
<style>
a { background-color: #1D2E28; }
a { background-color: rgb(29,46,40); }
div.DivClassName
{
background-color: #1D2E28;
}
.BgClassName
{
background-color: #1D2E28;
}
</style>
border-color css
<style>
span { border-color: #1D2E28; }
span { border-color: rgb(29,46,40); }
td.TdClassName
{
border-color: #1D2E28;
}
.TagClassName
{
border-color: #1D2E28;
}
</style>