Shades of Myrtle #142E08
Tints of Myrtle #142E08
RGB
CMYK
RGB Variations
Color information
#142E08 (or 0x142E08) is known color: Myrtle. HEX triplet: 14, 2E and 08. RGB value is (20,46,8). Sum of RGB (Red+Green+Blue) = 20+46+8=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 46 (18.36% from 255 or 62.16% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 46 - color contains mainly: green. Hex color #142E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142E08 is #EBD1F7. Grayscale: #222222. Windows color (decimal): -15454712 or 536084. OLE color: 536084.
HSL color Cylindrical-coordinate representation of color #142E08: hue angle of 101.05º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142E08 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 46 | 8 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.82 |
| HSL | 101.05º | 0.7% | 0.11% | - |
| HSV(B) | 101.05º | 0.83% | 0.18% | - |
| XYZ | 1.31 | 2.12 | 0.57 | - |
| YUV | 33.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 8 | 0.57 | 0 | 0.83 | 0.82 | 101.05 | 0.7 | 0.11 |
| Hex | 14 | 2E | 8 | 39 | 0 | 53 | 52 | 65 | 46 | B |
| Octal | 24 | 56 | 10 | 71 | 0 | 123 | 122 | 145 | 106 | 13 |
| Binary | 10100 | 101110 | 1000 | 111001 | 0 | 1010011 | 1010010 | 1100101 | 1000110 | 1011 |
Color Harmonies of #142E08
Complementary color
Monochromatic Colors of #142E08
Black with #142E08
Text Example
Text Example
White with #142E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E08; }
p { color: rgb(20,46,8); }
H1.HeaderClassName
{
color: #142E08;
}
.AnyTagClassName
{
color: #142E08;
}
</style>
background-color css
<style>
a { background-color: #142E08; }
a { background-color: rgb(20,46,8); }
div.DivClassName
{
background-color: #142E08;
}
.BgClassName
{
background-color: #142E08;
}
</style>
border-color css
<style>
span { border-color: #142E08; }
span { border-color: rgb(20,46,8); }
td.TdClassName
{
border-color: #142E08;
}
.TagClassName
{
border-color: #142E08;
}
</style>