Shades of Racing Green #112B27
Tints of Racing Green #112B27
RGB
CMYK
RGB Variations
Color information
#112B27 (or 0x112B27) is known color: Racing Green. HEX triplet: 11, 2B and 27. RGB value is (17,43,39). Sum of RGB (Red+Green+Blue) = 17+43+39=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 43 (17.19% from 255 or 43.43% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 43 - color contains mainly: green. Hex color #112B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B27 is #EED4D8. Grayscale: #222222. Windows color (decimal): -15652057 or 2566929. OLE color: 2566929.
HSL color Cylindrical-coordinate representation of color #112B27: hue angle of 170.77º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112B27 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 43 | 39 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.83 |
| HSL | 170.77º | 0.43% | 0.12% | - |
| HSV(B) | 170.77º | 0.6% | 0.17% | - |
| XYZ | 1.46 | 1.99 | 2.23 | - |
| YUV | 34.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 39 | 0.60 | 0 | 0.09 | 0.83 | 170.77 | 0.43 | 0.12 |
| Hex | 11 | 2B | 27 | 3C | 0 | 9 | 53 | AB | 2B | C |
| Octal | 21 | 53 | 47 | 74 | 0 | 11 | 123 | 253 | 53 | 14 |
| Binary | 10001 | 101011 | 100111 | 111100 | 0 | 1001 | 1010011 | 10101011 | 101011 | 1100 |
Color Harmonies of #112B27
Complementary color
Monochromatic Colors of #112B27
Black with #112B27
Text Example
Text Example
White with #112B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B27; }
p { color: rgb(17,43,39); }
H1.HeaderClassName
{
color: #112B27;
}
.AnyTagClassName
{
color: #112B27;
}
</style>
background-color css
<style>
a { background-color: #112B27; }
a { background-color: rgb(17,43,39); }
div.DivClassName
{
background-color: #112B27;
}
.BgClassName
{
background-color: #112B27;
}
</style>
border-color css
<style>
span { border-color: #112B27; }
span { border-color: rgb(17,43,39); }
td.TdClassName
{
border-color: #112B27;
}
.TagClassName
{
border-color: #112B27;
}
</style>