Shades of Myrtle #112A11
Tints of Myrtle #112A11
RGB
CMYK
RGB Variations
Color information
#112A11 (or 0x112A11) is known color: Myrtle. HEX triplet: 11, 2A and 11. RGB value is (17,42,17). Sum of RGB (Red+Green+Blue) = 17+42+17=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 42 (16.80% from 255 or 55.26% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 42 - color contains mainly: green. Hex color #112A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A11 is #EED5EE. Grayscale: #1F1F1F. Windows color (decimal): -15652335 or 1124881. OLE color: 1124881.
HSL color Cylindrical-coordinate representation of color #112A11: hue angle of 120º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112A11 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 42 | 17 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.84 |
| HSL | 120º | 0.42% | 0.12% | - |
| HSV(B) | 120º | 0.6% | 0.16% | - |
| XYZ | 1.16 | 1.82 | 0.82 | - |
| YUV | 31.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 17 | 0.60 | 0 | 0.60 | 0.84 | 120 | 0.42 | 0.12 |
| Hex | 11 | 2A | 11 | 3C | 0 | 3C | 54 | 78 | 2A | C |
| Octal | 21 | 52 | 21 | 74 | 0 | 74 | 124 | 170 | 52 | 14 |
| Binary | 10001 | 101010 | 10001 | 111100 | 0 | 111100 | 1010100 | 1111000 | 101010 | 1100 |
Color Harmonies of #112A11
Complementary color
Monochromatic Colors of #112A11
Black with #112A11
Text Example
Text Example
White with #112A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A11; }
p { color: rgb(17,42,17); }
H1.HeaderClassName
{
color: #112A11;
}
.AnyTagClassName
{
color: #112A11;
}
</style>
background-color css
<style>
a { background-color: #112A11; }
a { background-color: rgb(17,42,17); }
div.DivClassName
{
background-color: #112A11;
}
.BgClassName
{
background-color: #112A11;
}
</style>
border-color css
<style>
span { border-color: #112A11; }
span { border-color: rgb(17,42,17); }
td.TdClassName
{
border-color: #112A11;
}
.TagClassName
{
border-color: #112A11;
}
</style>