#141F04

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

Shades of Pine Tree #141F04

Tints of Pine Tree #141F04

Color information

#141F04 (or 0x141F04) is unknown color: approx Pine Tree. HEX triplet: 14, 1F and 04. RGB value is (20,31,4). Sum of RGB (Red+Green+Blue) = 20+31+4=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #141F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F04 is #EBE0FB. Grayscale: #181818. Windows color (decimal): -15458556 or 270100. OLE color: 270100.

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

Color convert

RGB20314-
CMYK0.3500.870.88
HSL84.44º77.14%6.86%-
HSV(B)84.44º87.1%12.16%-
XYZ0.81.140.29-
YUV24.63116.36124.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 31 (12.5% from 255) = 56.36%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=36.36%
G=56.36%
B=7.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal203140.3500.870.8884.4477.146.86
Hex141F42305758544d7
Octal243744301271301241157
Binary101001111110010001101010111101100010101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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