#141F12

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

Shades of Myrtle #141F12

Tints of Myrtle #141F12

Color information

#141F12 (or 0x141F12) is unknown color: approx Myrtle. HEX triplet: 14, 1F and 12. RGB value is (20,31,18). Sum of RGB (Red+Green+Blue) = 20+31+18=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #141F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F12 is #EBE0ED. Grayscale: #1A1A1A. Windows color (decimal): -15458542 or 1187604. OLE color: 1187604.

HSL color Cylindrical-coordinate representation of color #141F12: hue angle of 110.77º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #141F12 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.

Color convert

RGB203118-
CMYK0.3500.420.88
HSL110.77º26.53%9.61%-
HSV(B)110.77º41.94%12.16%-
XYZ0.891.170.75-
YUV26.23123.36123.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 31 (12.5% from 255) = 44.93%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=28.99%
G=44.93%
B=26.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2031180.3500.420.88110.7726.539.61
Hex141F122302A586f1ba
Octal243722430521301573312
Binary101001111110010100011010101010110001101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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