#141C01

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

Shades of Pine Tree #141C01

Tints of Pine Tree #141C01

Color information

#141C01 (or 0x141C01) is unknown color: approx Pine Tree. HEX triplet: 14, 1C and 01. RGB value is (20,28,1). Sum of RGB (Red+Green+Blue) = 20+28+1=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #141C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C01 is #EBE3FE. Grayscale: #161616. Windows color (decimal): -15459327 or 72724. OLE color: 72724.

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

Color convert

RGB20281-
CMYK0.2900.960.89
HSL77.78º93.1%5.69%-
HSV(B)77.78º96.43%10.98%-
XYZ0.710.980.18-
YUV22.53115.85126.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 28 (11.33% from 255) = 57.14%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=40.82%
G=57.14%
B=2.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202810.2900.960.8977.7893.15.69
Hex141C11D060594e5d6
Octal243413501401311161356
Binary101001110011110101100000101100110011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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