#141F00

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

Shades of Pine Tree #141F00

Tints of Pine Tree #141F00

Color information

#141F00 (or 0x141F00) is unknown color: approx Pine Tree. HEX triplet: 14, 1F and 00. RGB value is (20,31,0). Sum of RGB (Red+Green+Blue) = 20+31+0=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 31 (12.5% from 255 or 60.78% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 31 - color contains mainly: green. Hex color #141F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F00 is #EBE0FF. Grayscale: #181818. Windows color (decimal): -15458560 or 7956. OLE color: 7956.

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

Color convert

RGB20310-
CMYK0.35010.88
HSL81.29º100%6.08%-
HSV(B)81.29º100%12.16%-
XYZ0.781.130.18-
YUV24.18114.36125.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 31 (12.5% from 255) = 60.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.22%
G=60.78%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal203100.35010.8881.291006.08
Hex141F0230645851646
Octal243704301441301211446
Binary1010011111010001101100100101100010100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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