#141F09

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

Shades of Pine Tree #141F09

Tints of Pine Tree #141F09

Color information

#141F09 (or 0x141F09) is unknown color: approx Pine Tree. HEX triplet: 14, 1F and 09. RGB value is (20,31,9). Sum of RGB (Red+Green+Blue) = 20+31+9=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #141F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F09 is #EBE0F6. Grayscale: #191919. Windows color (decimal): -15458551 or 597780. OLE color: 597780.

HSL color Cylindrical-coordinate representation of color #141F09: hue angle of 90º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141F09 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB20319-
CMYK0.3500.710.88
HSL90º55%7.84%-
HSV(B)90º70.97%12.16%-
XYZ0.831.150.44-
YUV25.2118.86124.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 31 (12.5% from 255) = 51.67%
BLUE value IS 9 (3.91% from 255) = 15%
R=33.33%
G=51.67%
B=15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal203190.3500.710.8890557.84
Hex141F923047585a378
Octal2437114301071301326710
Binary1010011111100110001101000111101100010110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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