#141908

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

Shades of Pine Tree #141908

Tints of Pine Tree #141908

Color information

#141908 (or 0x141908) is unknown color: approx Pine Tree. HEX triplet: 14, 19 and 08. RGB value is (20,25,8). Sum of RGB (Red+Green+Blue) = 20+25+8=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #141908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141908 is #EBE6F7. Grayscale: #151515. Windows color (decimal): -15460088 or 530708. OLE color: 530708.

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

Color convert

RGB20258-
CMYK0.2000.680.90
HSL77.65º51.52%6.47%-
HSV(B)77.65º68%9.8%-
XYZ0.680.860.36-
YUV21.57120.34126.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 25 (10.16% from 255) = 47.17%
BLUE value IS 8 (3.52% from 255) = 15.09%
R=37.74%
G=47.17%
B=15.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202580.2000.680.9077.6551.526.47
Hex14198140445A4e346
Octal243110240104132116646
Binary10100110011000101000100010010110101001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141908; }

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

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

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

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

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

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

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

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