Shades of Racing Green #112725
Tints of Racing Green #112725
RGB
CMYK
RGB Variations
Color information
#112725 (or 0x112725) is known color: Racing Green. HEX triplet: 11, 27 and 25. RGB value is (17,39,37). Sum of RGB (Red+Green+Blue) = 17+39+37=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 39 - color contains mainly: green. Hex color #112725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112725 is #EED8DA. Grayscale: #202020. Windows color (decimal): -15653083 or 2434833. OLE color: 2434833.
HSL color Cylindrical-coordinate representation of color #112725: hue angle of 174.55º 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 #112725 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 39 | 37 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.85 |
| HSL | 174.55º | 0.39% | 0.11% | - |
| HSV(B) | 174.55º | 0.56% | 0.15% | - |
| XYZ | 1.29 | 1.7 | 2.01 | - |
| YUV | 32.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 37 | 0.56 | 0 | 0.05 | 0.85 | 174.55 | 0.39 | 0.11 |
| Hex | 11 | 27 | 25 | 38 | 0 | 5 | 55 | AF | 27 | B |
| Octal | 21 | 47 | 45 | 70 | 0 | 5 | 125 | 257 | 47 | 13 |
| Binary | 10001 | 100111 | 100101 | 111000 | 0 | 101 | 1010101 | 10101111 | 100111 | 1011 |
Color Harmonies of #112725
Complementary color
Monochromatic Colors of #112725
Black with #112725
Text Example
Text Example
White with #112725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112725; }
p { color: rgb(17,39,37); }
H1.HeaderClassName
{
color: #112725;
}
.AnyTagClassName
{
color: #112725;
}
</style>
background-color css
<style>
a { background-color: #112725; }
a { background-color: rgb(17,39,37); }
div.DivClassName
{
background-color: #112725;
}
.BgClassName
{
background-color: #112725;
}
</style>
border-color css
<style>
span { border-color: #112725; }
span { border-color: rgb(17,39,37); }
td.TdClassName
{
border-color: #112725;
}
.TagClassName
{
border-color: #112725;
}
</style>