#131F0D

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

Shades of Pine Tree #131F0D

Tints of Pine Tree #131F0D

Color information

#131F0D (or 0x131F0D) is unknown color: approx Pine Tree. HEX triplet: 13, 1F and 0D. RGB value is (19,31,13). Sum of RGB (Red+Green+Blue) = 19+31+13=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 31 - color contains mainly: green. Hex color #131F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F0D is #ECE0F2. Grayscale: #191919. Windows color (decimal): -15524083 or 859923. OLE color: 859923.

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

Color convert

RGB193113-
CMYK0.3900.580.88
HSL100º40.91%8.63%-
HSV(B)100º58.06%12.16%-
XYZ0.831.150.56-
YUV25.36121.02123.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 31 (12.5% from 255) = 49.21%
BLUE value IS 13 (5.47% from 255) = 20.63%
R=30.16%
G=49.21%
B=20.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1931130.3900.580.8810040.918.63
Hex131FD2703A5864299
Octal233715470721301445111
Binary100111111111011001110111010101100011001001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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