#141D00

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

Shades of Pine Tree #141D00

Tints of Pine Tree #141D00

Color information

#141D00 (or 0x141D00) is unknown color: approx Pine Tree. HEX triplet: 14, 1D and 00. RGB value is (20,29,0). Sum of RGB (Red+Green+Blue) = 20+29+0=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #141D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D00 is #EBE2FF. Grayscale: #171717. Windows color (decimal): -15459072 or 7444. OLE color: 7444.

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

Color convert

RGB20290-
CMYK0.31010.89
HSL78.62º100%5.69%-
HSV(B)78.62º100%11.37%-
XYZ0.731.030.16-
YUV23115.02125.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 29 (11.72% from 255) = 59.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.82%
G=59.18%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202900.31010.8978.621005.69
Hex141D01F064594f646
Octal243503701441311171446
Binary101001110101111101100100101100110011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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