#141A0B

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

Shades of Pine Tree #141A0B

Tints of Pine Tree #141A0B

Color information

#141A0B (or 0x141A0B) is unknown color: approx Pine Tree. HEX triplet: 14, 1A and 0B. RGB value is (20,26,11). Sum of RGB (Red+Green+Blue) = 20+26+11=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 26 - color contains mainly: green. Hex color #141A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A0B is #EBE5F4. Grayscale: #161616. Windows color (decimal): -15459829 or 727572. OLE color: 727572.

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

Color convert

RGB202611-
CMYK0.2300.580.90
HSL84º40.54%7.25%-
HSV(B)84º57.69%10.2%-
XYZ0.720.910.45-
YUV22.5121.51126.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 26 (10.55% from 255) = 45.61%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=35.09%
G=45.61%
B=19.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2026110.2300.580.908440.547.25
Hex141AB1703A5A54297
Octal24321327072132124517
Binary1010011010101110111011101010110101010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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