Shades of Racing Green #112C29
Tints of Racing Green #112C29
RGB
CMYK
RGB Variations
Color information
#112C29 (or 0x112C29) is known color: Racing Green. HEX triplet: 11, 2C and 29. RGB value is (17,44,41). Sum of RGB (Red+Green+Blue) = 17+44+41=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #112C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C29 is #EED3D6. Grayscale: #232323. Windows color (decimal): -15651799 or 2698257. OLE color: 2698257.
HSL color Cylindrical-coordinate representation of color #112C29: hue angle of 173.33º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C29 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 44 | 41 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.83 |
| HSL | 173.33º | 0.44% | 0.12% | - |
| HSV(B) | 173.33º | 0.61% | 0.17% | - |
| XYZ | 1.53 | 2.08 | 2.42 | - |
| YUV | 35.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 41 | 0.61 | 0 | 0.07 | 0.83 | 173.33 | 0.44 | 0.12 |
| Hex | 11 | 2C | 29 | 3D | 0 | 7 | 53 | AD | 2C | C |
| Octal | 21 | 54 | 51 | 75 | 0 | 7 | 123 | 255 | 54 | 14 |
| Binary | 10001 | 101100 | 101001 | 111101 | 0 | 111 | 1010011 | 10101101 | 101100 | 1100 |
Color Harmonies of #112C29
Complementary color
Monochromatic Colors of #112C29
Black with #112C29
Text Example
Text Example
White with #112C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C29; }
p { color: rgb(17,44,41); }
H1.HeaderClassName
{
color: #112C29;
}
.AnyTagClassName
{
color: #112C29;
}
</style>
background-color css
<style>
a { background-color: #112C29; }
a { background-color: rgb(17,44,41); }
div.DivClassName
{
background-color: #112C29;
}
.BgClassName
{
background-color: #112C29;
}
</style>
border-color css
<style>
span { border-color: #112C29; }
span { border-color: rgb(17,44,41); }
td.TdClassName
{
border-color: #112C29;
}
.TagClassName
{
border-color: #112C29;
}
</style>