#132701

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

Shades of Pine Tree #132701

Tints of Pine Tree #132701

Color information

#132701 (or 0x132701) is unknown color: approx Pine Tree. HEX triplet: 13, 27 and 01. RGB value is (19,39,1). Sum of RGB (Red+Green+Blue) = 19+39+1=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #132701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132701 is #ECD8FE. Grayscale: #1C1C1C. Windows color (decimal): -15522047 or 75539. OLE color: 75539.

HSL color Cylindrical-coordinate representation of color #132701: hue angle of 91.58º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #132701 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB19391-
CMYK0.5100.970.85
HSL91.58º95%7.84%-
HSV(B)91.58º97.44%15.29%-
XYZ11.590.28-
YUV28.69112.37121.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 39 (15.62% from 255) = 66.10%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=32.20%
G=66.10%
B=1.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal193910.5100.970.8591.58957.84
Hex1327133061555c5f8
Octal2347163014112513413710
Binary100111001111110011011000011010101101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132701; }

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

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

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

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

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

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

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

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