#141B0A

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

Shades of Pine Tree #141B0A

Tints of Pine Tree #141B0A

Color information

#141B0A (or 0x141B0A) is unknown color: approx Pine Tree. HEX triplet: 14, 1B and 0A. RGB value is (20,27,10). Sum of RGB (Red+Green+Blue) = 20+27+10=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 27 - color contains mainly: green. Hex color #141B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B0A is #EBE4F5. Grayscale: #171717. Windows color (decimal): -15459574 or 662292. OLE color: 662292.

HSL color Cylindrical-coordinate representation of color #141B0A: hue angle of 84.71º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141B0A is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB202710-
CMYK0.2600.630.89
HSL84.71º45.95%7.25%-
HSV(B)84.71º62.96%10.59%-
XYZ0.740.950.43-
YUV22.97120.68125.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 27 (10.94% from 255) = 47.37%
BLUE value IS 10 (4.30% from 255) = 17.54%
R=35.09%
G=47.37%
B=17.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2027100.2600.630.8984.7145.957.25
Hex141BA1A03F59552e7
Octal24331232077131125567
Binary1010011011101011010011111110110011010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,27,10); }

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

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

 a { background-color: rgb(20,27,10); }

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

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

 span { border-color: rgb(20,27,10); }

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