#141B0F

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

Shades of Pine Tree #141B0F

Tints of Pine Tree #141B0F

Color information

#141B0F (or 0x141B0F) is unknown color: approx Pine Tree. HEX triplet: 14, 1B and 0F. RGB value is (20,27,15). Sum of RGB (Red+Green+Blue) = 20+27+15=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 27 - color contains mainly: green. Hex color #141B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B0F is #EBE4F0. Grayscale: #171717. Windows color (decimal): -15459569 or 989972. OLE color: 989972.

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

Color convert

RGB202715-
CMYK0.2600.440.89
HSL95º28.57%8.24%-
HSV(B)95º44.44%10.59%-
XYZ0.770.970.6-
YUV23.54123.18125.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 27 (10.94% from 255) = 43.55%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=32.26%
G=43.55%
B=24.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2027150.2600.440.899528.578.24
Hex141BF1A02C595f1d8
Octal243317320541311373510
Binary1010011011111111010010110010110011011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,27,15); }

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

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

 a { background-color: rgb(20,27,15); }

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

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

 span { border-color: rgb(20,27,15); }

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