#141F02

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

Shades of Pine Tree #141F02

Tints of Pine Tree #141F02

Color information

#141F02 (or 0x141F02) is unknown color: approx Pine Tree. HEX triplet: 14, 1F and 02. RGB value is (20,31,2). Sum of RGB (Red+Green+Blue) = 20+31+2=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #141F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F02 is #EBE0FD. Grayscale: #181818. Windows color (decimal): -15458558 or 139028. OLE color: 139028.

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

Color convert

RGB20312-
CMYK0.3500.940.88
HSL82.76º87.88%6.47%-
HSV(B)82.76º93.55%12.16%-
XYZ0.791.130.23-
YUV24.4115.36124.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 31 (12.5% from 255) = 58.49%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=37.74%
G=58.49%
B=3.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal203120.3500.940.8882.7687.886.47
Hex141F22305E5853586
Octal243724301361301231306
Binary10100111111010001101011110101100010100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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