Shades of Myrtle #112A08
Tints of Myrtle #112A08
RGB
CMYK
RGB Variations
Color information
#112A08 (or 0x112A08) is known color: Myrtle. HEX triplet: 11, 2A and 08. RGB value is (17,42,8). Sum of RGB (Red+Green+Blue) = 17+42+8=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 42 (16.80% from 255 or 62.69% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 42 - color contains mainly: green. Hex color #112A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A08 is #EED5F7. Grayscale: #1E1E1E. Windows color (decimal): -15652344 or 535057. OLE color: 535057.
HSL color Cylindrical-coordinate representation of color #112A08: hue angle of 104.12º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112A08 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 42 | 8 | - |
| CMYK | 0.60 | 0 | 0.81 | 0.84 |
| HSL | 104.12º | 0.68% | 0.1% | - |
| HSV(B) | 104.12º | 0.81% | 0.16% | - |
| XYZ | 1.1 | 1.79 | 0.52 | - |
| YUV | 30.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 8 | 0.60 | 0 | 0.81 | 0.84 | 104.12 | 0.68 | 0.1 |
| Hex | 11 | 2A | 8 | 3C | 0 | 51 | 54 | 68 | 44 | A |
| Octal | 21 | 52 | 10 | 74 | 0 | 121 | 124 | 150 | 104 | 12 |
| Binary | 10001 | 101010 | 1000 | 111100 | 0 | 1010001 | 1010100 | 1101000 | 1000100 | 1010 |
Color Harmonies of #112A08
Complementary color
Monochromatic Colors of #112A08
Black with #112A08
Text Example
Text Example
White with #112A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A08; }
p { color: rgb(17,42,8); }
H1.HeaderClassName
{
color: #112A08;
}
.AnyTagClassName
{
color: #112A08;
}
</style>
background-color css
<style>
a { background-color: #112A08; }
a { background-color: rgb(17,42,8); }
div.DivClassName
{
background-color: #112A08;
}
.BgClassName
{
background-color: #112A08;
}
</style>
border-color css
<style>
span { border-color: #112A08; }
span { border-color: rgb(17,42,8); }
td.TdClassName
{
border-color: #112A08;
}
.TagClassName
{
border-color: #112A08;
}
</style>