Shades of Myrtle #142F0C
Tints of Myrtle #142F0C
RGB
CMYK
RGB Variations
Color information
#142F0C (or 0x142F0C) is known color: Myrtle. HEX triplet: 14, 2F and 0C. RGB value is (20,47,12). Sum of RGB (Red+Green+Blue) = 20+47+12=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 47 (18.75% from 255 or 59.49% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 47 - color contains mainly: green. Hex color #142F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F0C is #EBD0F3. Grayscale: #232323. Windows color (decimal): -15454452 or 798484. OLE color: 798484.
HSL color Cylindrical-coordinate representation of color #142F0C: hue angle of 106.29º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #142F0C is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 12 | - |
| CMYK | 0.57 | 0 | 0.74 | 0.82 |
| HSL | 106.29º | 0.59% | 0.12% | - |
| HSV(B) | 106.29º | 0.74% | 0.18% | - |
| XYZ | 1.37 | 2.21 | 0.7 | - |
| YUV | 34.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 12 | 0.57 | 0 | 0.74 | 0.82 | 106.29 | 0.59 | 0.12 |
| Hex | 14 | 2F | C | 39 | 0 | 4A | 52 | 6A | 3B | C |
| Octal | 24 | 57 | 14 | 71 | 0 | 112 | 122 | 152 | 73 | 14 |
| Binary | 10100 | 101111 | 1100 | 111001 | 0 | 1001010 | 1010010 | 1101010 | 111011 | 1100 |
Color Harmonies of #142F0C
Complementary color
Monochromatic Colors of #142F0C
Black with #142F0C
Text Example
Text Example
White with #142F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F0C; }
p { color: rgb(20,47,12); }
H1.HeaderClassName
{
color: #142F0C;
}
.AnyTagClassName
{
color: #142F0C;
}
</style>
background-color css
<style>
a { background-color: #142F0C; }
a { background-color: rgb(20,47,12); }
div.DivClassName
{
background-color: #142F0C;
}
.BgClassName
{
background-color: #142F0C;
}
</style>
border-color css
<style>
span { border-color: #142F0C; }
span { border-color: rgb(20,47,12); }
td.TdClassName
{
border-color: #142F0C;
}
.TagClassName
{
border-color: #142F0C;
}
</style>