#142B13

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

Shades of Myrtle #142B13

Tints of Myrtle #142B13

Color information

#142B13 (or 0x142B13) is unknown color: approx Myrtle. HEX triplet: 14, 2B and 13. RGB value is (20,43,19). Sum of RGB (Red+Green+Blue) = 20+43+19=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 43 (17.19% from 255 or 52.44% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 43 - color contains mainly: green. Hex color #142B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142B13 is #EBD4EC. Grayscale: #212121. Windows color (decimal): -15455469 or 1256212. OLE color: 1256212.

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

Color convert

RGB204319-
CMYK0.5300.560.83
HSL117.5º38.71%12.16%-
HSV(B)117.5º55.81%16.86%-
XYZ1.271.920.92-
YUV33.39119.88118.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 43 (17.19% from 255) = 52.44%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=24.39%
G=52.44%
B=23.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2043190.5300.560.83117.538.7112.16
Hex142B1335038537627c
Octal245323650701231664714
Binary10100101011100111101010111000101001111101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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