Shades of Myrtle #112F03
Tints of Myrtle #112F03
RGB
CMYK
RGB Variations
Color information
#112F03 (or 0x112F03) is known color: Myrtle. HEX triplet: 11, 2F and 03. RGB value is (17,47,3). Sum of RGB (Red+Green+Blue) = 17+47+3=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 47 (18.75% from 255 or 70.15% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 47 - color contains mainly: green. Hex color #112F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112F03 is #EED0FC. Grayscale: #212121. Windows color (decimal): -15651069 or 208657. OLE color: 208657.
HSL color Cylindrical-coordinate representation of color #112F03: hue angle of 100.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #112F03 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 47 | 3 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.82 |
| HSL | 100.91º | 0.88% | 0.1% | - |
| HSV(B) | 100.91º | 0.94% | 0.18% | - |
| XYZ | 1.26 | 2.16 | 0.44 | - |
| YUV | 33.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 3 | 0.64 | 0 | 0.94 | 0.82 | 100.91 | 0.88 | 0.1 |
| Hex | 11 | 2F | 3 | 40 | 0 | 5E | 52 | 65 | 58 | A |
| Octal | 21 | 57 | 3 | 100 | 0 | 136 | 122 | 145 | 130 | 12 |
| Binary | 10001 | 101111 | 11 | 1000000 | 0 | 1011110 | 1010010 | 1100101 | 1011000 | 1010 |
Color Harmonies of #112F03
Complementary color
Monochromatic Colors of #112F03
Black with #112F03
Text Example
Text Example
White with #112F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F03; }
p { color: rgb(17,47,3); }
H1.HeaderClassName
{
color: #112F03;
}
.AnyTagClassName
{
color: #112F03;
}
</style>
background-color css
<style>
a { background-color: #112F03; }
a { background-color: rgb(17,47,3); }
div.DivClassName
{
background-color: #112F03;
}
.BgClassName
{
background-color: #112F03;
}
</style>
border-color css
<style>
span { border-color: #112F03; }
span { border-color: rgb(17,47,3); }
td.TdClassName
{
border-color: #112F03;
}
.TagClassName
{
border-color: #112F03;
}
</style>