Shades of Myrtle #141F12
Tints of Myrtle #141F12
RGB
CMYK
RGB Variations
Color information
#141F12 (or 0x141F12) is known color: Myrtle. HEX triplet: 14, 1F and 12. RGB value is (20,31,18). Sum of RGB (Red+Green+Blue) = 20+31+18=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #141F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F12 is #EBE0ED. Grayscale: #1A1A1A. Windows color (decimal): -15458542 or 1187604. OLE color: 1187604.
HSL color Cylindrical-coordinate representation of color #141F12: hue angle of 110.77º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #141F12 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 31 | 18 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.88 |
| HSL | 110.77º | 0.27% | 0.1% | - |
| HSV(B) | 110.77º | 0.42% | 0.12% | - |
| XYZ | 0.89 | 1.17 | 0.75 | - |
| YUV | 26.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 18 | 0.35 | 0 | 0.42 | 0.88 | 110.77 | 0.27 | 0.1 |
| Hex | 14 | 1F | 12 | 23 | 0 | 2A | 58 | 6F | 1B | A |
| Octal | 24 | 37 | 22 | 43 | 0 | 52 | 130 | 157 | 33 | 12 |
| Binary | 10100 | 11111 | 10010 | 100011 | 0 | 101010 | 1011000 | 1101111 | 11011 | 1010 |
Color Harmonies of #141F12
Complementary color
Monochromatic Colors of #141F12
Black with #141F12
Text Example
Text Example
White with #141F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F12; }
p { color: rgb(20,31,18); }
H1.HeaderClassName
{
color: #141F12;
}
.AnyTagClassName
{
color: #141F12;
}
</style>
background-color css
<style>
a { background-color: #141F12; }
a { background-color: rgb(20,31,18); }
div.DivClassName
{
background-color: #141F12;
}
.BgClassName
{
background-color: #141F12;
}
</style>
border-color css
<style>
span { border-color: #141F12; }
span { border-color: rgb(20,31,18); }
td.TdClassName
{
border-color: #141F12;
}
.TagClassName
{
border-color: #141F12;
}
</style>