Shades of Myrtle #112F04
Tints of Myrtle #112F04
RGB
CMYK
RGB Variations
Color information
#112F04 (or 0x112F04) is known color: Myrtle. HEX triplet: 11, 2F and 04. RGB value is (17,47,4). Sum of RGB (Red+Green+Blue) = 17+47+4=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 47 (18.75% from 255 or 69.12% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 47 - color contains mainly: green. Hex color #112F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112F04 is #EED0FB. Grayscale: #212121. Windows color (decimal): -15651068 or 274193. OLE color: 274193.
HSL color Cylindrical-coordinate representation of color #112F04: hue angle of 101.86º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112F04 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 47 | 4 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.82 |
| HSL | 101.86º | 0.84% | 0.1% | - |
| HSV(B) | 101.86º | 0.91% | 0.18% | - |
| XYZ | 1.27 | 2.16 | 0.47 | - |
| YUV | 33.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 4 | 0.64 | 0 | 0.91 | 0.82 | 101.86 | 0.84 | 0.1 |
| Hex | 11 | 2F | 4 | 40 | 0 | 5B | 52 | 66 | 54 | A |
| Octal | 21 | 57 | 4 | 100 | 0 | 133 | 122 | 146 | 124 | 12 |
| Binary | 10001 | 101111 | 100 | 1000000 | 0 | 1011011 | 1010010 | 1100110 | 1010100 | 1010 |
Color Harmonies of #112F04
Complementary color
Monochromatic Colors of #112F04
Black with #112F04
Text Example
Text Example
White with #112F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F04; }
p { color: rgb(17,47,4); }
H1.HeaderClassName
{
color: #112F04;
}
.AnyTagClassName
{
color: #112F04;
}
</style>
background-color css
<style>
a { background-color: #112F04; }
a { background-color: rgb(17,47,4); }
div.DivClassName
{
background-color: #112F04;
}
.BgClassName
{
background-color: #112F04;
}
</style>
border-color css
<style>
span { border-color: #112F04; }
span { border-color: rgb(17,47,4); }
td.TdClassName
{
border-color: #112F04;
}
.TagClassName
{
border-color: #112F04;
}
</style>