#132101

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

Shades of Pine Tree #132101

Tints of Pine Tree #132101

Color information

#132101 (or 0x132101) is unknown color: approx Pine Tree. HEX triplet: 13, 21 and 01. RGB value is (19,33,1). Sum of RGB (Red+Green+Blue) = 19+33+1=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #132101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132101 is #ECDEFE. Grayscale: #191919. Windows color (decimal): -15523583 or 74003. OLE color: 74003.

HSL color Cylindrical-coordinate representation of color #132101: hue angle of 86.25º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #132101 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB19331-
CMYK0.4200.970.87
HSL86.25º94.12%6.67%-
HSV(B)86.25º96.97%12.94%-
XYZ0.821.230.22-
YUV25.17114.36123.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 33 (13.28% from 255) = 62.26%
BLUE value IS 1 (0.78% from 255) = 1.89%
R=35.85%
G=62.26%
B=1.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal193310.4200.970.8786.2594.126.67
Hex132112A06157565e7
Octal234115201411271261367
Binary10011100001110101001100001101011110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132101; }

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

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

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

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

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

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

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

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