#142B15

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

Shades of Myrtle #142B15

Tints of Myrtle #142B15

Color information

#142B15 (or 0x142B15) is unknown color: approx Myrtle. HEX triplet: 14, 2B and 15. RGB value is (20,43,21). Sum of RGB (Red+Green+Blue) = 20+43+21=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 43 (17.19% from 255 or 51.19% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 43 - color contains mainly: green. Hex color #142B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142B15 is #EBD4EA. Grayscale: #212121. Windows color (decimal): -15455467 or 1387284. OLE color: 1387284.

HSL color Cylindrical-coordinate representation of color #142B15: hue angle of 122.61º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142B15 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB204321-
CMYK0.5300.510.83
HSL122.61º36.51%12.35%-
HSV(B)122.61º53.49%16.86%-
XYZ1.291.931.01-
YUV33.62120.88118.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 43 (17.19% from 255) = 51.19%
BLUE value IS 21 (8.59% from 255) = 25%
R=23.81%
G=51.19%
B=25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2043210.5300.510.83122.6136.5112.35
Hex142B1535033537b25c
Octal245325650631231734514
Binary10100101011101011101010110011101001111110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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