Shades of Racing Green #112D28
Tints of Racing Green #112D28
RGB
CMYK
RGB Variations
Color information
#112D28 (or 0x112D28) is known color: Racing Green. HEX triplet: 11, 2D and 28. RGB value is (17,45,40). Sum of RGB (Red+Green+Blue) = 17+45+40=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 45 - color contains mainly: green. Hex color #112D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D28 is #EED2D7. Grayscale: #242424. Windows color (decimal): -15651544 or 2632977. OLE color: 2632977.
HSL color Cylindrical-coordinate representation of color #112D28: hue angle of 169.29º 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 #112D28 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 45 | 40 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.82 |
| HSL | 169.29º | 0.45% | 0.12% | - |
| HSV(B) | 169.29º | 0.62% | 0.18% | - |
| XYZ | 1.55 | 2.15 | 2.34 | - |
| YUV | 36.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 40 | 0.62 | 0 | 0.11 | 0.82 | 169.29 | 0.45 | 0.12 |
| Hex | 11 | 2D | 28 | 3E | 0 | B | 52 | A9 | 2D | C |
| Octal | 21 | 55 | 50 | 76 | 0 | 13 | 122 | 251 | 55 | 14 |
| Binary | 10001 | 101101 | 101000 | 111110 | 0 | 1011 | 1010010 | 10101001 | 101101 | 1100 |
Color Harmonies of #112D28
Complementary color
Monochromatic Colors of #112D28
Black with #112D28
Text Example
Text Example
White with #112D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D28; }
p { color: rgb(17,45,40); }
H1.HeaderClassName
{
color: #112D28;
}
.AnyTagClassName
{
color: #112D28;
}
</style>
background-color css
<style>
a { background-color: #112D28; }
a { background-color: rgb(17,45,40); }
div.DivClassName
{
background-color: #112D28;
}
.BgClassName
{
background-color: #112D28;
}
</style>
border-color css
<style>
span { border-color: #112D28; }
span { border-color: rgb(17,45,40); }
td.TdClassName
{
border-color: #112D28;
}
.TagClassName
{
border-color: #112D28;
}
</style>