Shades of Dark Green #113127
Tints of Dark Green #113127
RGB
CMYK
RGB Variations
Color information
#113127 (or 0x113127) is known color: Dark Green. HEX triplet: 11, 31 and 27. RGB value is (17,49,39). Sum of RGB (Red+Green+Blue) = 17+49+39=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #113127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113127 is #EECED8. Grayscale: #262626. Windows color (decimal): -15650521 or 2568465. OLE color: 2568465.
HSL color Cylindrical-coordinate representation of color #113127: hue angle of 161.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113127 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 39 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.81 |
| HSL | 161.25º | 0.48% | 0.13% | - |
| HSV(B) | 161.25º | 0.65% | 0.19% | - |
| XYZ | 1.7 | 2.46 | 2.31 | - |
| YUV | 38.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 39 | 0.65 | 0 | 0.20 | 0.81 | 161.25 | 0.48 | 0.13 |
| Hex | 11 | 31 | 27 | 41 | 0 | 14 | 51 | A1 | 30 | D |
| Octal | 21 | 61 | 47 | 101 | 0 | 24 | 121 | 241 | 60 | 15 |
| Binary | 10001 | 110001 | 100111 | 1000001 | 0 | 10100 | 1010001 | 10100001 | 110000 | 1101 |
Color Harmonies of #113127
Complementary color
Monochromatic Colors of #113127
Black with #113127
Text Example
Text Example
White with #113127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113127; }
p { color: rgb(17,49,39); }
H1.HeaderClassName
{
color: #113127;
}
.AnyTagClassName
{
color: #113127;
}
</style>
background-color css
<style>
a { background-color: #113127; }
a { background-color: rgb(17,49,39); }
div.DivClassName
{
background-color: #113127;
}
.BgClassName
{
background-color: #113127;
}
</style>
border-color css
<style>
span { border-color: #113127; }
span { border-color: rgb(17,49,39); }
td.TdClassName
{
border-color: #113127;
}
.TagClassName
{
border-color: #113127;
}
</style>