Shades of Myrtle #143C02
Tints of Myrtle #143C02
RGB
CMYK
RGB Variations
Color information
#143C02 (or 0x143C02) is known color: Myrtle. HEX triplet: 14, 3C and 02. RGB value is (20,60,2). Sum of RGB (Red+Green+Blue) = 20+60+2=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 60 (23.83% from 255 or 73.17% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 60 - color contains mainly: green. Hex color #143C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143C02 is #EBC3FD. Grayscale: #292929. Windows color (decimal): -15451134 or 146452. OLE color: 146452.
HSL color Cylindrical-coordinate representation of color #143C02: hue angle of 101.38º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #143C02 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 2 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.76 |
| HSL | 101.38º | 0.94% | 0.12% | - |
| HSV(B) | 101.38º | 0.97% | 0.24% | - |
| XYZ | 1.92 | 3.38 | 0.61 | - |
| YUV | 41.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 2 | 0.67 | 0 | 0.97 | 0.76 | 101.38 | 0.94 | 0.12 |
| Hex | 14 | 3C | 2 | 43 | 0 | 61 | 4C | 65 | 5E | C |
| Octal | 24 | 74 | 2 | 103 | 0 | 141 | 114 | 145 | 136 | 14 |
| Binary | 10100 | 111100 | 10 | 1000011 | 0 | 1100001 | 1001100 | 1100101 | 1011110 | 1100 |
Color Harmonies of #143C02
Complementary color
Monochromatic Colors of #143C02
Black with #143C02
Text Example
Text Example
White with #143C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C02; }
p { color: rgb(20,60,2); }
H1.HeaderClassName
{
color: #143C02;
}
.AnyTagClassName
{
color: #143C02;
}
</style>
background-color css
<style>
a { background-color: #143C02; }
a { background-color: rgb(20,60,2); }
div.DivClassName
{
background-color: #143C02;
}
.BgClassName
{
background-color: #143C02;
}
</style>
border-color css
<style>
span { border-color: #143C02; }
span { border-color: rgb(20,60,2); }
td.TdClassName
{
border-color: #143C02;
}
.TagClassName
{
border-color: #143C02;
}
</style>