#141D04

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

Shades of Pine Tree #141D04

Tints of Pine Tree #141D04

Color information

#141D04 (or 0x141D04) is unknown color: approx Pine Tree. HEX triplet: 14, 1D and 04. RGB value is (20,29,4). Sum of RGB (Red+Green+Blue) = 20+29+4=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #141D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D04 is #EBE2FB. Grayscale: #171717. Windows color (decimal): -15459068 or 269588. OLE color: 269588.

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

Color convert

RGB20294-
CMYK0.3100.860.89
HSL81.6º75.76%6.47%-
HSV(B)81.6º86.21%11.37%-
XYZ0.751.040.28-
YUV23.46117.02125.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 29 (11.72% from 255) = 54.72%
BLUE value IS 4 (1.95% from 255) = 7.55%
R=37.74%
G=54.72%
B=7.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202940.3100.860.8981.675.766.47
Hex141D41F05659524c6
Octal243543701261311221146
Binary10100111011001111101010110101100110100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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