#141A11

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

Shades of Pine Tree #141A11

Tints of Pine Tree #141A11

Color information

#141A11 (or 0x141A11) is unknown color: approx Pine Tree. HEX triplet: 14, 1A and 11. RGB value is (20,26,17). Sum of RGB (Red+Green+Blue) = 20+26+17=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 26 - color contains mainly: green. Hex color #141A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A11 is #EBE5EE. Grayscale: #171717. Windows color (decimal): -15459823 or 1120788. OLE color: 1120788.

HSL color Cylindrical-coordinate representation of color #141A11: hue angle of 100º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #141A11 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.

Color convert

RGB202617-
CMYK0.2300.350.90
HSL100º20.93%8.43%-
HSV(B)100º34.62%10.2%-
XYZ0.760.930.67-
YUV23.18124.51125.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.75%
GREEN value IS 26 (10.55% from 255) = 41.27%
BLUE value IS 17 (7.03% from 255) = 26.98%
R=31.75%
G=41.27%
B=26.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2026170.2300.350.9010020.938.43
Hex141A11170235A64158
Octal243221270431321442510
Binary10100110101000110111010001110110101100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,26,17); }

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

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

 a { background-color: rgb(20,26,17); }

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

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

 span { border-color: rgb(20,26,17); }

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