Shades of Myrtle #142A0E
Tints of Myrtle #142A0E
RGB
CMYK
RGB Variations
Color information
#142A0E (or 0x142A0E) is known color: Myrtle. HEX triplet: 14, 2A and 0E. RGB value is (20,42,14). Sum of RGB (Red+Green+Blue) = 20+42+14=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 42 (16.80% from 255 or 55.26% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 42 - color contains mainly: green. Hex color #142A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142A0E is #EBD5F1. Grayscale: #202020. Windows color (decimal): -15455730 or 928276. OLE color: 928276.
HSL color Cylindrical-coordinate representation of color #142A0E: hue angle of 107.14º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #142A0E is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 42 | 14 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.84 |
| HSL | 107.14º | 0.5% | 0.11% | - |
| HSV(B) | 107.14º | 0.67% | 0.16% | - |
| XYZ | 1.2 | 1.84 | 0.71 | - |
| YUV | 32.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 14 | 0.52 | 0 | 0.67 | 0.84 | 107.14 | 0.5 | 0.11 |
| Hex | 14 | 2A | E | 34 | 0 | 43 | 54 | 6B | 32 | B |
| Octal | 24 | 52 | 16 | 64 | 0 | 103 | 124 | 153 | 62 | 13 |
| Binary | 10100 | 101010 | 1110 | 110100 | 0 | 1000011 | 1010100 | 1101011 | 110010 | 1011 |
Color Harmonies of #142A0E
Complementary color
Monochromatic Colors of #142A0E
Black with #142A0E
Text Example
Text Example
White with #142A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A0E; }
p { color: rgb(20,42,14); }
H1.HeaderClassName
{
color: #142A0E;
}
.AnyTagClassName
{
color: #142A0E;
}
</style>
background-color css
<style>
a { background-color: #142A0E; }
a { background-color: rgb(20,42,14); }
div.DivClassName
{
background-color: #142A0E;
}
.BgClassName
{
background-color: #142A0E;
}
</style>
border-color css
<style>
span { border-color: #142A0E; }
span { border-color: rgb(20,42,14); }
td.TdClassName
{
border-color: #142A0E;
}
.TagClassName
{
border-color: #142A0E;
}
</style>