#141A06

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

Shades of Pine Tree #141A06

Tints of Pine Tree #141A06

Color information

#141A06 (or 0x141A06) is unknown color: approx Pine Tree. HEX triplet: 14, 1A and 06. RGB value is (20,26,6). Sum of RGB (Red+Green+Blue) = 20+26+6=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 26 (10.55% from 255 or 50% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 26 - color contains mainly: green. Hex color #141A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A06 is #EBE5F9. Grayscale: #161616. Windows color (decimal): -15459834 or 399892. OLE color: 399892.

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

Color convert

RGB20266-
CMYK0.2300.770.90
HSL78º62.5%6.27%-
HSV(B)78º76.92%10.2%-
XYZ0.690.90.31-
YUV21.93119.01126.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 26 (10.55% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 11.54%
R=38.46%
G=50%
B=11.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202660.2300.770.907862.56.27
Hex141A61704D5A4e3e6
Octal24326270115132116766
Binary1010011010110101110100110110110101001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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