Shades of Racing Green #112F2B
Tints of Racing Green #112F2B
RGB
CMYK
RGB Variations
Color information
#112F2B (or 0x112F2B) is known color: Racing Green. HEX triplet: 11, 2F and 2B. RGB value is (17,47,43). Sum of RGB (Red+Green+Blue) = 17+47+43=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #112F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F2B is #EED0D4. Grayscale: #252525. Windows color (decimal): -15651029 or 2830097. OLE color: 2830097.
HSL color Cylindrical-coordinate representation of color #112F2B: hue angle of 172º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112F2B is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 47 | 43 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.82 |
| HSL | 172º | 0.47% | 0.13% | - |
| HSV(B) | 172º | 0.64% | 0.18% | - |
| XYZ | 1.68 | 2.33 | 2.65 | - |
| YUV | 37.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 43 | 0.64 | 0 | 0.09 | 0.82 | 172 | 0.47 | 0.13 |
| Hex | 11 | 2F | 2B | 40 | 0 | 9 | 52 | AC | 2F | D |
| Octal | 21 | 57 | 53 | 100 | 0 | 11 | 122 | 254 | 57 | 15 |
| Binary | 10001 | 101111 | 101011 | 1000000 | 0 | 1001 | 1010010 | 10101100 | 101111 | 1101 |
Color Harmonies of #112F2B
Complementary color
Monochromatic Colors of #112F2B
Black with #112F2B
Text Example
Text Example
White with #112F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F2B; }
p { color: rgb(17,47,43); }
H1.HeaderClassName
{
color: #112F2B;
}
.AnyTagClassName
{
color: #112F2B;
}
</style>
background-color css
<style>
a { background-color: #112F2B; }
a { background-color: rgb(17,47,43); }
div.DivClassName
{
background-color: #112F2B;
}
.BgClassName
{
background-color: #112F2B;
}
</style>
border-color css
<style>
span { border-color: #112F2B; }
span { border-color: rgb(17,47,43); }
td.TdClassName
{
border-color: #112F2B;
}
.TagClassName
{
border-color: #112F2B;
}
</style>