#141907

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

Shades of Pine Tree #141907

Tints of Pine Tree #141907

Color information

#141907 (or 0x141907) is unknown color: approx Pine Tree. HEX triplet: 14, 19 and 07. RGB value is (20,25,7). Sum of RGB (Red+Green+Blue) = 20+25+7=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #141907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141907 is #EBE6F8. Grayscale: #151515. Windows color (decimal): -15460089 or 465172. OLE color: 465172.

HSL color Cylindrical-coordinate representation of color #141907: hue angle of 76.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141907 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.90.

Color convert

RGB20257-
CMYK0.2000.720.90
HSL76.67º56.25%6.27%-
HSV(B)76.67º72%9.8%-
XYZ0.670.860.33-
YUV21.45119.84126.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 25 (10.16% from 255) = 48.08%
BLUE value IS 7 (3.12% from 255) = 13.46%
R=38.46%
G=48.08%
B=13.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202570.2000.720.9076.6756.256.27
Hex14197140485A4d386
Octal24317240110132115706
Binary1010011001111101000100100010110101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141907; }

 p { color: rgb(20,25,7); }

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

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

 a { background-color: rgb(20,25,7); }

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

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

 span { border-color: rgb(20,25,7); }

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