#141B09

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

Shades of Pine Tree #141B09

Tints of Pine Tree #141B09

Color information

#141B09 (or 0x141B09) is unknown color: approx Pine Tree. HEX triplet: 14, 1B and 09. RGB value is (20,27,9). Sum of RGB (Red+Green+Blue) = 20+27+9=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #141B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B09 is #EBE4F6. Grayscale: #161616. Windows color (decimal): -15459575 or 596756. OLE color: 596756.

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

Color convert

RGB20279-
CMYK0.2600.670.89
HSL83.33º50%7.06%-
HSV(B)83.33º66.67%10.59%-
XYZ0.730.950.4-
YUV22.85120.18125.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 27 (10.94% from 255) = 48.21%
BLUE value IS 9 (3.91% from 255) = 16.07%
R=35.71%
G=48.21%
B=16.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202790.2600.670.8983.33507.06
Hex141B91A0435953327
Octal243311320103131123627
Binary10100110111001110100100001110110011010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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