#141E0F

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

Shades of Pine Tree #141E0F

Tints of Pine Tree #141E0F

Color information

#141E0F (or 0x141E0F) is unknown color: approx Pine Tree. HEX triplet: 14, 1E and 0F. RGB value is (20,30,15). Sum of RGB (Red+Green+Blue) = 20+30+15=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #141E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E0F is #EBE1F0. Grayscale: #191919. Windows color (decimal): -15458801 or 990740. OLE color: 990740.

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

Color convert

RGB203015-
CMYK0.3300.50.88
HSL100º33.33%8.82%-
HSV(B)100º50%11.76%-
XYZ0.841.110.62-
YUV25.3122.19124.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 30 (12.11% from 255) = 46.15%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=30.77%
G=46.15%
B=23.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2030150.3300.50.8810033.338.82
Hex141EF210325864219
Octal243617410621301444111
Binary101001111011111000010110010101100011001001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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