#141F05

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

Shades of Pine Tree #141F05

Tints of Pine Tree #141F05

Color information

#141F05 (or 0x141F05) is unknown color: approx Pine Tree. HEX triplet: 14, 1F and 05. RGB value is (20,31,5). Sum of RGB (Red+Green+Blue) = 20+31+5=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #141F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F05 is #EBE0FA. Grayscale: #181818. Windows color (decimal): -15458555 or 335636. OLE color: 335636.

HSL color Cylindrical-coordinate representation of color #141F05: hue angle of 85.38º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141F05 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB20315-
CMYK0.3500.840.88
HSL85.38º72.22%7.06%-
HSV(B)85.38º83.87%12.16%-
XYZ0.811.140.32-
YUV24.75116.86124.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 31 (12.5% from 255) = 55.36%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=35.71%
G=55.36%
B=8.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal203150.3500.840.8885.3872.227.06
Hex141F5230545855487
Octal243754301241301251107
Binary101001111110110001101010100101100010101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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