#141C05

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

Shades of Pine Tree #141C05

Tints of Pine Tree #141C05

Color information

#141C05 (or 0x141C05) is unknown color: approx Pine Tree. HEX triplet: 14, 1C and 05. RGB value is (20,28,5). Sum of RGB (Red+Green+Blue) = 20+28+5=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #141C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C05 is #EBE3FA. Grayscale: #171717. Windows color (decimal): -15459323 or 334868. OLE color: 334868.

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

Color convert

RGB20285-
CMYK0.2900.820.89
HSL80.87º69.7%6.47%-
HSV(B)80.87º82.14%10.98%-
XYZ0.730.990.3-
YUV22.99117.85125.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 28 (11.33% from 255) = 52.83%
BLUE value IS 5 (2.34% from 255) = 9.43%
R=37.74%
G=52.83%
B=9.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202850.2900.820.8980.8769.76.47
Hex141C51D0525951466
Octal243453501221311211066
Binary10100111001011110101010010101100110100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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