#131A0A

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

Shades of Pine Tree #131A0A

Tints of Pine Tree #131A0A

Color information

#131A0A (or 0x131A0A) is unknown color: approx Pine Tree. HEX triplet: 13, 1A and 0A. RGB value is (19,26,10). Sum of RGB (Red+Green+Blue) = 19+26+10=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #131A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A0A is #ECE5F5. Grayscale: #161616. Windows color (decimal): -15525366 or 662035. OLE color: 662035.

HSL color Cylindrical-coordinate representation of color #131A0A: hue angle of 86.25º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #131A0A is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.90.

Color convert

RGB192610-
CMYK0.2700.620.90
HSL86.25º44.44%7.06%-
HSV(B)86.25º61.54%10.2%-
XYZ0.690.90.42-
YUV22.08121.18125.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 26 (10.55% from 255) = 47.27%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=34.55%
G=47.27%
B=18.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1926100.2700.620.9086.2544.447.06
Hex131AA1B03E5A562c7
Octal23321233076132126547
Binary1001111010101011011011111010110101010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131A0A; }

 p { color: rgb(19,26,10); }

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

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

 a { background-color: rgb(19,26,10); }

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

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

 span { border-color: rgb(19,26,10); }

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