#142C15

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

Shades of Myrtle #142C15

Tints of Myrtle #142C15

Color information

#142C15 (or 0x142C15) is unknown color: approx Myrtle. HEX triplet: 14, 2C and 15. RGB value is (20,44,21). Sum of RGB (Red+Green+Blue) = 20+44+21=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #142C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C15 is #EBD3EA. Grayscale: #222222. Windows color (decimal): -15455211 or 1387540. OLE color: 1387540.

HSL color Cylindrical-coordinate representation of color #142C15: hue angle of 122.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #142C15 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB204421-
CMYK0.5500.520.83
HSL122.5º37.5%12.55%-
HSV(B)122.5º54.55%17.25%-
XYZ1.3221.03-
YUV34.2120.55117.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 44 (17.58% from 255) = 51.76%
BLUE value IS 21 (8.59% from 255) = 24.71%
R=23.53%
G=51.76%
B=24.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2044210.5500.520.83122.537.512.55
Hex142C1537034537a26d
Octal245425670641231724615
Binary10100101100101011101110110100101001111110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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