#141D06

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

Shades of Pine Tree #141D06

Tints of Pine Tree #141D06

Color information

#141D06 (or 0x141D06) is unknown color: approx Pine Tree. HEX triplet: 14, 1D and 06. RGB value is (20,29,6). Sum of RGB (Red+Green+Blue) = 20+29+6=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #141D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D06 is #EBE2F9. Grayscale: #171717. Windows color (decimal): -15459066 or 400660. OLE color: 400660.

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

Color convert

RGB20296-
CMYK0.3100.790.89
HSL83.48º65.71%6.86%-
HSV(B)83.48º79.31%11.37%-
XYZ0.761.040.33-
YUV23.69118.02125.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 29 (11.72% from 255) = 52.73%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=36.36%
G=52.73%
B=10.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202960.3100.790.8983.4865.716.86
Hex141D61F04F5953427
Octal243563701171311231027
Binary10100111011101111101001111101100110100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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