#142E15

Color #142E15 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #142E15

Tints of Myrtle #142E15

Color information

#142E15 (or 0x142E15) is unknown color: approx Myrtle. HEX triplet: 14, 2E and 15. RGB value is (20,46,21). Sum of RGB (Red+Green+Blue) = 20+46+21=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #142E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142E15 is #EBD1EA. Grayscale: #232323. Windows color (decimal): -15454699 or 1388052. OLE color: 1388052.

HSL color Cylindrical-coordinate representation of color #142E15: hue angle of 122.31º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142E15 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB204621-
CMYK0.5700.540.82
HSL122.31º39.39%12.94%-
HSV(B)122.31º56.52%18.04%-
XYZ1.42.161.05-
YUV35.38119.89117.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 46 (18.36% from 255) = 52.87%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=22.99%
G=52.87%
B=24.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2046210.5700.540.82122.3139.3912.94
Hex142E1539036527a27d
Octal245625710661221724715
Binary10100101110101011110010110110101001011110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142E15; }

 p { color: rgb(20,46,21); }

 H1.HeaderClassName
 {
   color: #142E15;
 }
 .AnyTagClassName
 {
   color: #142E15;
 }
</style>
background-color css

<style>
 a { background-color: #142E15; }

 a { background-color: rgb(20,46,21); }

 div.DivClassName
 {
   background-color: #142E15;
 }
 .BgClassName
 {
   background-color: #142E15;
 }
</style>
border-color css

<style>
 span { border-color: #142E15; }

 span { border-color: rgb(20,46,21); }

 td.TdClassName
 {
   border-color: #142E15;
 }
 .TagClassName
 {
   border-color: #142E15;
 }
</style>