#141D0F

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

Shades of Pine Tree #141D0F

Tints of Pine Tree #141D0F

Color information

#141D0F (or 0x141D0F) is unknown color: approx Pine Tree. HEX triplet: 14, 1D and 0F. RGB value is (20,29,15). Sum of RGB (Red+Green+Blue) = 20+29+15=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #141D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D0F is #EBE2F0. Grayscale: #181818. Windows color (decimal): -15459057 or 990484. OLE color: 990484.

HSL color Cylindrical-coordinate representation of color #141D0F: hue angle of 98.57º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #141D0F is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB202915-
CMYK0.3100.480.89
HSL98.57º31.82%8.63%-
HSV(B)98.57º48.28%11.37%-
XYZ0.811.060.61-
YUV24.71122.52124.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 29 (11.72% from 255) = 45.31%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=31.25%
G=45.31%
B=23.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2029150.3100.480.8998.5731.828.63
Hex141DF1F0305963209
Octal243517370601311434011
Binary10100111011111111110110000101100111000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,29,15); }

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

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

 a { background-color: rgb(20,29,15); }

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

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

 span { border-color: rgb(20,29,15); }

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