#131D01

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

Shades of Pine Tree #131D01

Tints of Pine Tree #131D01

Color information

#131D01 (or 0x131D01) is unknown color: approx Pine Tree. HEX triplet: 13, 1D and 01. RGB value is (19,29,1). Sum of RGB (Red+Green+Blue) = 19+29+1=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #131D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D01 is #ECE2FE. Grayscale: #161616. Windows color (decimal): -15524607 or 72979. OLE color: 72979.

HSL color Cylindrical-coordinate representation of color #131D01: hue angle of 81.43º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #131D01 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.

Color convert

RGB19291-
CMYK0.3400.970.89
HSL81.43º93.33%5.88%-
HSV(B)81.43º96.55%11.37%-
XYZ0.711.020.19-
YUV22.82115.69125.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 29 (11.72% from 255) = 59.18%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=38.78%
G=59.18%
B=2.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192910.3400.970.8981.4393.335.88
Hex131D12206159515d6
Octal233514201411311211356
Binary1001111101110001001100001101100110100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,29,1); }

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

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

 a { background-color: rgb(19,29,1); }

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

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

 span { border-color: rgb(19,29,1); }

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