#141C04

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

Shades of Pine Tree #141C04

Tints of Pine Tree #141C04

Color information

#141C04 (or 0x141C04) is unknown color: approx Pine Tree. HEX triplet: 14, 1C and 04. RGB value is (20,28,4). Sum of RGB (Red+Green+Blue) = 20+28+4=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #141C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C04 is #EBE3FB. Grayscale: #161616. Windows color (decimal): -15459324 or 269332. OLE color: 269332.

HSL color Cylindrical-coordinate representation of color #141C04: hue angle of 80º degrees, saturation: 0.75, 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 #141C04 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB20284-
CMYK0.2900.860.89
HSL80º75%6.27%-
HSV(B)80º85.71%10.98%-
XYZ0.730.990.27-
YUV22.87117.35125.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 28 (11.33% from 255) = 53.85%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=38.46%
G=53.85%
B=7.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202840.2900.860.8980756.27
Hex141C41D05659504b6
Octal243443501261311201136
Binary10100111001001110101010110101100110100001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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