#141A09

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

Shades of Pine Tree #141A09

Tints of Pine Tree #141A09

Color information

#141A09 (or 0x141A09) is unknown color: approx Pine Tree. HEX triplet: 14, 1A and 09. RGB value is (20,26,9). Sum of RGB (Red+Green+Blue) = 20+26+9=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #141A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A09 is #EBE5F6. Grayscale: #161616. Windows color (decimal): -15459831 or 596500. OLE color: 596500.

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

Color convert

RGB20269-
CMYK0.2300.650.90
HSL81.18º48.57%6.86%-
HSV(B)81.18º65.38%10.2%-
XYZ0.710.910.4-
YUV22.27120.51126.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 26 (10.55% from 255) = 47.27%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=36.36%
G=47.27%
B=16.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202690.2300.650.9081.1848.576.86
Hex141A9170415A51317
Octal243211270101132121617
Binary10100110101001101110100000110110101010001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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