Shades of Myrtle #112E03
Tints of Myrtle #112E03
RGB
CMYK
RGB Variations
Color information
#112E03 (or 0x112E03) is known color: Myrtle. HEX triplet: 11, 2E and 03. RGB value is (17,46,3). Sum of RGB (Red+Green+Blue) = 17+46+3=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 46 (18.36% from 255 or 69.70% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 46 - color contains mainly: green. Hex color #112E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112E03 is #EED1FC. Grayscale: #202020. Windows color (decimal): -15651325 or 208401. OLE color: 208401.
HSL color Cylindrical-coordinate representation of color #112E03: hue angle of 100.47º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112E03 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 46 | 3 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.82 |
| HSL | 100.47º | 0.88% | 0.1% | - |
| HSV(B) | 100.47º | 0.93% | 0.18% | - |
| XYZ | 1.22 | 2.08 | 0.42 | - |
| YUV | 32.43 | 111.39 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 3 | 0.63 | 0 | 0.93 | 0.82 | 100.47 | 0.88 | 0.1 |
| Hex | 11 | 2E | 3 | 3F | 0 | 5D | 52 | 64 | 58 | A |
| Octal | 21 | 56 | 3 | 77 | 0 | 135 | 122 | 144 | 130 | 12 |
| Binary | 10001 | 101110 | 11 | 111111 | 0 | 1011101 | 1010010 | 1100100 | 1011000 | 1010 |
Color Harmonies of #112E03
Complementary color
Monochromatic Colors of #112E03
Black with #112E03
Text Example
Text Example
White with #112E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E03; }
p { color: rgb(17,46,3); }
H1.HeaderClassName
{
color: #112E03;
}
.AnyTagClassName
{
color: #112E03;
}
</style>
background-color css
<style>
a { background-color: #112E03; }
a { background-color: rgb(17,46,3); }
div.DivClassName
{
background-color: #112E03;
}
.BgClassName
{
background-color: #112E03;
}
</style>
border-color css
<style>
span { border-color: #112E03; }
span { border-color: rgb(17,46,3); }
td.TdClassName
{
border-color: #112E03;
}
.TagClassName
{
border-color: #112E03;
}
</style>