Shades of Racing Green #112D29
Tints of Racing Green #112D29
RGB
CMYK
RGB Variations
Color information
#112D29 (or 0x112D29) is known color: Racing Green. HEX triplet: 11, 2D and 29. RGB value is (17,45,41). Sum of RGB (Red+Green+Blue) = 17+45+41=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 45 - color contains mainly: green. Hex color #112D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D29 is #EED2D6. Grayscale: #242424. Windows color (decimal): -15651543 or 2698513. OLE color: 2698513.
HSL color Cylindrical-coordinate representation of color #112D29: hue angle of 171.43º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #112D29 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 45 | 41 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.82 |
| HSL | 171.43º | 0.45% | 0.12% | - |
| HSV(B) | 171.43º | 0.62% | 0.18% | - |
| XYZ | 1.57 | 2.16 | 2.43 | - |
| YUV | 36.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 41 | 0.62 | 0 | 0.09 | 0.82 | 171.43 | 0.45 | 0.12 |
| Hex | 11 | 2D | 29 | 3E | 0 | 9 | 52 | AB | 2D | C |
| Octal | 21 | 55 | 51 | 76 | 0 | 11 | 122 | 253 | 55 | 14 |
| Binary | 10001 | 101101 | 101001 | 111110 | 0 | 1001 | 1010010 | 10101011 | 101101 | 1100 |
Color Harmonies of #112D29
Complementary color
Monochromatic Colors of #112D29
Black with #112D29
Text Example
Text Example
White with #112D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D29; }
p { color: rgb(17,45,41); }
H1.HeaderClassName
{
color: #112D29;
}
.AnyTagClassName
{
color: #112D29;
}
</style>
background-color css
<style>
a { background-color: #112D29; }
a { background-color: rgb(17,45,41); }
div.DivClassName
{
background-color: #112D29;
}
.BgClassName
{
background-color: #112D29;
}
</style>
border-color css
<style>
span { border-color: #112D29; }
span { border-color: rgb(17,45,41); }
td.TdClassName
{
border-color: #112D29;
}
.TagClassName
{
border-color: #112D29;
}
</style>