#142A0D

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

Shades of Myrtle #142A0D

Tints of Myrtle #142A0D

Color information

#142A0D (or 0x142A0D) is unknown color: approx Myrtle. HEX triplet: 14, 2A and 0D. RGB value is (20,42,13). Sum of RGB (Red+Green+Blue) = 20+42+13=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 42 (16.80% from 255 or 56% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 42 - color contains mainly: green. Hex color #142A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142A0D is #EBD5F2. Grayscale: #202020. Windows color (decimal): -15455731 or 862740. OLE color: 862740.

HSL color Cylindrical-coordinate representation of color #142A0D: hue angle of 105.52º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142A0D is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB204213-
CMYK0.5200.690.84
HSL105.52º52.73%10.78%-
HSV(B)105.52º69.05%16.47%-
XYZ1.191.830.67-
YUV32.12117.21119.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 42 (16.80% from 255) = 56%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=26.67%
G=56%
B=17.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2042130.5200.690.84105.5252.7310.78
Hex142AD34045546a35b
Octal2452156401051241526513
Binary10100101010110111010001000101101010011010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,42,13); }

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

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

 a { background-color: rgb(20,42,13); }

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

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

 span { border-color: rgb(20,42,13); }

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