#131B00

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

Shades of Pine Tree #131B00

Tints of Pine Tree #131B00

Color information

#131B00 (or 0x131B00) is unknown color: approx Pine Tree. HEX triplet: 13, 1B and 00. RGB value is (19,27,0). Sum of RGB (Red+Green+Blue) = 19+27+0=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #131B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B00 is #ECE4FF. Grayscale: #151515. Windows color (decimal): -15525120 or 6931. OLE color: 6931.

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

Color convert

RGB19270-
CMYK0.30010.89
HSL77.78º100%5.29%-
HSV(B)77.78º100%10.59%-
XYZ0.660.920.14-
YUV21.53115.85126.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 27 (10.94% from 255) = 58.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.30%
G=58.70%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192700.30010.8977.781005.29
Hex131B01E064594e645
Octal233303601441311161445
Binary100111101101111001100100101100110011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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