Shades of Racing Green #112722
Tints of Racing Green #112722
RGB
CMYK
RGB Variations
Color information
#112722 (or 0x112722) is known color: Racing Green. HEX triplet: 11, 27 and 22. RGB value is (17,39,34). Sum of RGB (Red+Green+Blue) = 17+39+34=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #112722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112722 is #EED8DD. Grayscale: #1F1F1F. Windows color (decimal): -15653086 or 2238225. OLE color: 2238225.
HSL color Cylindrical-coordinate representation of color #112722: hue angle of 166.36º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112722 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 39 | 34 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.85 |
| HSL | 166.36º | 0.39% | 0.11% | - |
| HSV(B) | 166.36º | 0.56% | 0.15% | - |
| XYZ | 1.25 | 1.69 | 1.77 | - |
| YUV | 31.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 34 | 0.56 | 0 | 0.13 | 0.85 | 166.36 | 0.39 | 0.11 |
| Hex | 11 | 27 | 22 | 38 | 0 | D | 55 | A6 | 27 | B |
| Octal | 21 | 47 | 42 | 70 | 0 | 15 | 125 | 246 | 47 | 13 |
| Binary | 10001 | 100111 | 100010 | 111000 | 0 | 1101 | 1010101 | 10100110 | 100111 | 1011 |
Color Harmonies of #112722
Complementary color
Monochromatic Colors of #112722
Black with #112722
Text Example
Text Example
White with #112722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112722; }
p { color: rgb(17,39,34); }
H1.HeaderClassName
{
color: #112722;
}
.AnyTagClassName
{
color: #112722;
}
</style>
background-color css
<style>
a { background-color: #112722; }
a { background-color: rgb(17,39,34); }
div.DivClassName
{
background-color: #112722;
}
.BgClassName
{
background-color: #112722;
}
</style>
border-color css
<style>
span { border-color: #112722; }
span { border-color: rgb(17,39,34); }
td.TdClassName
{
border-color: #112722;
}
.TagClassName
{
border-color: #112722;
}
</style>