#131B01

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

Shades of Pine Tree #131B01

Tints of Pine Tree #131B01

Color information

#131B01 (or 0x131B01) is unknown color: approx Pine Tree. HEX triplet: 13, 1B and 01. RGB value is (19,27,1). Sum of RGB (Red+Green+Blue) = 19+27+1=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #131B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B01 is #ECE4FE. Grayscale: #151515. Windows color (decimal): -15525119 or 72467. OLE color: 72467.

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

Color convert

RGB19271-
CMYK0.3000.960.89
HSL78.46º92.86%5.49%-
HSV(B)78.46º96.3%10.59%-
XYZ0.670.920.17-
YUV21.64116.35126.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 40.43%
GREEN value IS 27 (10.94% from 255) = 57.45%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=40.43%
G=57.45%
B=2.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192710.3000.960.8978.4692.865.49
Hex131B11E060594e5d5
Octal233313601401311161355
Binary100111101111111001100000101100110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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