Shades of Myrtle #142B0F
Tints of Myrtle #142B0F
RGB
CMYK
RGB Variations
Color information
#142B0F (or 0x142B0F) is known color: Myrtle. HEX triplet: 14, 2B and 0F. RGB value is (20,43,15). Sum of RGB (Red+Green+Blue) = 20+43+15=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #142B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142B0F is #EBD4F0. Grayscale: #212121. Windows color (decimal): -15455473 or 994068. OLE color: 994068.
HSL color Cylindrical-coordinate representation of color #142B0F: hue angle of 109.29º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #142B0F is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 43 | 15 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.83 |
| HSL | 109.29º | 0.48% | 0.11% | - |
| HSV(B) | 109.29º | 0.65% | 0.17% | - |
| XYZ | 1.24 | 1.91 | 0.76 | - |
| YUV | 32.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 15 | 0.53 | 0 | 0.65 | 0.83 | 109.29 | 0.48 | 0.11 |
| Hex | 14 | 2B | F | 35 | 0 | 41 | 53 | 6D | 30 | B |
| Octal | 24 | 53 | 17 | 65 | 0 | 101 | 123 | 155 | 60 | 13 |
| Binary | 10100 | 101011 | 1111 | 110101 | 0 | 1000001 | 1010011 | 1101101 | 110000 | 1011 |
Color Harmonies of #142B0F
Complementary color
Monochromatic Colors of #142B0F
Black with #142B0F
Text Example
Text Example
White with #142B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B0F; }
p { color: rgb(20,43,15); }
H1.HeaderClassName
{
color: #142B0F;
}
.AnyTagClassName
{
color: #142B0F;
}
</style>
background-color css
<style>
a { background-color: #142B0F; }
a { background-color: rgb(20,43,15); }
div.DivClassName
{
background-color: #142B0F;
}
.BgClassName
{
background-color: #142B0F;
}
</style>
border-color css
<style>
span { border-color: #142B0F; }
span { border-color: rgb(20,43,15); }
td.TdClassName
{
border-color: #142B0F;
}
.TagClassName
{
border-color: #142B0F;
}
</style>