Shades of Myrtle #112A0F
Tints of Myrtle #112A0F
RGB
CMYK
RGB Variations
Color information
#112A0F (or 0x112A0F) is known color: Myrtle. HEX triplet: 11, 2A and 0F. RGB value is (17,42,15). Sum of RGB (Red+Green+Blue) = 17+42+15=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 42 (16.80% from 255 or 56.76% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 42 - color contains mainly: green. Hex color #112A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A0F is #EED5F0. Grayscale: #1F1F1F. Windows color (decimal): -15652337 or 993809. OLE color: 993809.
HSL color Cylindrical-coordinate representation of color #112A0F: hue angle of 115.56º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112A0F is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 42 | 15 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.84 |
| HSL | 115.56º | 0.47% | 0.11% | - |
| HSV(B) | 115.56º | 0.64% | 0.16% | - |
| XYZ | 1.15 | 1.81 | 0.74 | - |
| YUV | 31.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 15 | 0.60 | 0 | 0.64 | 0.84 | 115.56 | 0.47 | 0.11 |
| Hex | 11 | 2A | F | 3C | 0 | 40 | 54 | 74 | 2F | B |
| Octal | 21 | 52 | 17 | 74 | 0 | 100 | 124 | 164 | 57 | 13 |
| Binary | 10001 | 101010 | 1111 | 111100 | 0 | 1000000 | 1010100 | 1110100 | 101111 | 1011 |
Color Harmonies of #112A0F
Complementary color
Monochromatic Colors of #112A0F
Black with #112A0F
Text Example
Text Example
White with #112A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A0F; }
p { color: rgb(17,42,15); }
H1.HeaderClassName
{
color: #112A0F;
}
.AnyTagClassName
{
color: #112A0F;
}
</style>
background-color css
<style>
a { background-color: #112A0F; }
a { background-color: rgb(17,42,15); }
div.DivClassName
{
background-color: #112A0F;
}
.BgClassName
{
background-color: #112A0F;
}
</style>
border-color css
<style>
span { border-color: #112A0F; }
span { border-color: rgb(17,42,15); }
td.TdClassName
{
border-color: #112A0F;
}
.TagClassName
{
border-color: #112A0F;
}
</style>