Shades of Myrtle #144E02
Tints of Myrtle #144E02
RGB
CMYK
RGB Variations
Color information
#144E02 (or 0x144E02) is known color: Myrtle. HEX triplet: 14, 4E and 02. RGB value is (20,78,2). Sum of RGB (Red+Green+Blue) = 20+78+2=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 78 (30.86% from 255 or 78% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 78 - color contains mainly: green. Hex color #144E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144E02 is #EBB1FD. Grayscale: #343434. Windows color (decimal): -15446526 or 151060. OLE color: 151060.
HSL color Cylindrical-coordinate representation of color #144E02: hue angle of 105.79º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #144E02 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 2 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.69 |
| HSL | 105.79º | 0.95% | 0.16% | - |
| HSV(B) | 105.79º | 0.97% | 0.31% | - |
| XYZ | 3.02 | 5.6 | 0.98 | - |
| YUV | 51.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 2 | 0.74 | 0 | 0.97 | 0.69 | 105.79 | 0.95 | 0.16 |
| Hex | 14 | 4E | 2 | 4A | 0 | 61 | 45 | 6A | 5F | 10 |
| Octal | 24 | 116 | 2 | 112 | 0 | 141 | 105 | 152 | 137 | 20 |
| Binary | 10100 | 1001110 | 10 | 1001010 | 0 | 1100001 | 1000101 | 1101010 | 1011111 | 10000 |
Color Harmonies of #144E02
Complementary color
Monochromatic Colors of #144E02
Black with #144E02
Text Example
Text Example
White with #144E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E02; }
p { color: rgb(20,78,2); }
H1.HeaderClassName
{
color: #144E02;
}
.AnyTagClassName
{
color: #144E02;
}
</style>
background-color css
<style>
a { background-color: #144E02; }
a { background-color: rgb(20,78,2); }
div.DivClassName
{
background-color: #144E02;
}
.BgClassName
{
background-color: #144E02;
}
</style>
border-color css
<style>
span { border-color: #144E02; }
span { border-color: rgb(20,78,2); }
td.TdClassName
{
border-color: #144E02;
}
.TagClassName
{
border-color: #144E02;
}
</style>