Shades of Myrtle #142C0E
Tints of Myrtle #142C0E
RGB
CMYK
RGB Variations
Color information
#142C0E (or 0x142C0E) is known color: Myrtle. HEX triplet: 14, 2C and 0E. RGB value is (20,44,14). Sum of RGB (Red+Green+Blue) = 20+44+14=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #142C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C0E is #EBD3F1. Grayscale: #212121. Windows color (decimal): -15455218 or 928788. OLE color: 928788.
HSL color Cylindrical-coordinate representation of color #142C0E: hue angle of 108º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #142C0E is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 44 | 14 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.83 |
| HSL | 108º | 0.52% | 0.11% | - |
| HSV(B) | 108º | 0.68% | 0.17% | - |
| XYZ | 1.27 | 1.98 | 0.73 | - |
| YUV | 33.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 14 | 0.55 | 0 | 0.68 | 0.83 | 108 | 0.52 | 0.11 |
| Hex | 14 | 2C | E | 37 | 0 | 44 | 53 | 6C | 34 | B |
| Octal | 24 | 54 | 16 | 67 | 0 | 104 | 123 | 154 | 64 | 13 |
| Binary | 10100 | 101100 | 1110 | 110111 | 0 | 1000100 | 1010011 | 1101100 | 110100 | 1011 |
Color Harmonies of #142C0E
Complementary color
Monochromatic Colors of #142C0E
Black with #142C0E
Text Example
Text Example
White with #142C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C0E; }
p { color: rgb(20,44,14); }
H1.HeaderClassName
{
color: #142C0E;
}
.AnyTagClassName
{
color: #142C0E;
}
</style>
background-color css
<style>
a { background-color: #142C0E; }
a { background-color: rgb(20,44,14); }
div.DivClassName
{
background-color: #142C0E;
}
.BgClassName
{
background-color: #142C0E;
}
</style>
border-color css
<style>
span { border-color: #142C0E; }
span { border-color: rgb(20,44,14); }
td.TdClassName
{
border-color: #142C0E;
}
.TagClassName
{
border-color: #142C0E;
}
</style>