#131A0D

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

Shades of Pine Tree #131A0D

Tints of Pine Tree #131A0D

Color information

#131A0D (or 0x131A0D) is unknown color: approx Pine Tree. HEX triplet: 13, 1A and 0D. RGB value is (19,26,13). Sum of RGB (Red+Green+Blue) = 19+26+13=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 26 - color contains mainly: green. Hex color #131A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A0D is #ECE5F2. Grayscale: #161616. Windows color (decimal): -15525363 or 858643. OLE color: 858643.

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

Color convert

RGB192613-
CMYK0.2700.50.90
HSL92.31º33.33%7.65%-
HSV(B)92.31º50%10.2%-
XYZ0.710.910.52-
YUV22.42122.68125.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 26 (10.55% from 255) = 44.83%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=32.76%
G=44.83%
B=22.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1926130.2700.50.9092.3133.337.65
Hex131AD1B0325A5c218
Octal233215330621321344110
Binary10011110101101110110110010101101010111001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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