#141D12

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

Shades of Myrtle #141D12

Tints of Myrtle #141D12

Color information

#141D12 (or 0x141D12) is unknown color: approx Myrtle. HEX triplet: 14, 1D and 12. RGB value is (20,29,18). Sum of RGB (Red+Green+Blue) = 20+29+18=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #141D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D12 is #EBE2ED. Grayscale: #191919. Windows color (decimal): -15459054 or 1187092. OLE color: 1187092.

HSL color Cylindrical-coordinate representation of color #141D12: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #141D12 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB202918-
CMYK0.3100.380.89
HSL109.09º23.4%9.22%-
HSV(B)109.09º37.93%11.37%-
XYZ0.841.070.73-
YUV25.06124.02124.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 29 (11.72% from 255) = 43.28%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=29.85%
G=43.28%
B=26.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2029180.3100.380.89109.0923.49.22
Hex141D121F026596d179
Octal243522370461311552711
Binary10100111011001011111010011010110011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141D12; }

 p { color: rgb(20,29,18); }

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

<style>
 a { background-color: #141D12; }

 a { background-color: rgb(20,29,18); }

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

<style>
 span { border-color: #141D12; }

 span { border-color: rgb(20,29,18); }

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