#141F0E

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

Shades of Pine Tree #141F0E

Tints of Pine Tree #141F0E

Color information

#141F0E (or 0x141F0E) is unknown color: approx Pine Tree. HEX triplet: 14, 1F and 0E. RGB value is (20,31,14). Sum of RGB (Red+Green+Blue) = 20+31+14=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #141F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F0E is #EBE0F1. Grayscale: #191919. Windows color (decimal): -15458546 or 925460. OLE color: 925460.

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

Color convert

RGB203114-
CMYK0.3500.550.88
HSL98.82º37.78%8.82%-
HSV(B)98.82º54.84%12.16%-
XYZ0.861.160.59-
YUV25.77121.36123.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 31 (12.5% from 255) = 47.69%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=30.77%
G=47.69%
B=21.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2031140.3500.550.8898.8237.788.82
Hex141FE230375863269
Octal243716430671301434611
Binary101001111111101000110110111101100011000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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