Shades of Racing Green #112C26
Tints of Racing Green #112C26
RGB
CMYK
RGB Variations
Color information
#112C26 (or 0x112C26) is known color: Racing Green. HEX triplet: 11, 2C and 26. RGB value is (17,44,38). Sum of RGB (Red+Green+Blue) = 17+44+38=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #112C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C26 is #EED3D9. Grayscale: #232323. Windows color (decimal): -15651802 or 2501649. OLE color: 2501649.
HSL color Cylindrical-coordinate representation of color #112C26: hue angle of 166.67º 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 #112C26 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 44 | 38 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.83 |
| HSL | 166.67º | 0.44% | 0.12% | - |
| HSV(B) | 166.67º | 0.61% | 0.17% | - |
| XYZ | 1.48 | 2.06 | 2.15 | - |
| YUV | 35.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 38 | 0.61 | 0 | 0.14 | 0.83 | 166.67 | 0.44 | 0.12 |
| Hex | 11 | 2C | 26 | 3D | 0 | E | 53 | A7 | 2C | C |
| Octal | 21 | 54 | 46 | 75 | 0 | 16 | 123 | 247 | 54 | 14 |
| Binary | 10001 | 101100 | 100110 | 111101 | 0 | 1110 | 1010011 | 10100111 | 101100 | 1100 |
Color Harmonies of #112C26
Complementary color
Monochromatic Colors of #112C26
Black with #112C26
Text Example
Text Example
White with #112C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C26; }
p { color: rgb(17,44,38); }
H1.HeaderClassName
{
color: #112C26;
}
.AnyTagClassName
{
color: #112C26;
}
</style>
background-color css
<style>
a { background-color: #112C26; }
a { background-color: rgb(17,44,38); }
div.DivClassName
{
background-color: #112C26;
}
.BgClassName
{
background-color: #112C26;
}
</style>
border-color css
<style>
span { border-color: #112C26; }
span { border-color: rgb(17,44,38); }
td.TdClassName
{
border-color: #112C26;
}
.TagClassName
{
border-color: #112C26;
}
</style>