#132007

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

Shades of Pine Tree #132007

Tints of Pine Tree #132007

Color information

#132007 (or 0x132007) is unknown color: approx Pine Tree. HEX triplet: 13, 20 and 07. RGB value is (19,32,7). Sum of RGB (Red+Green+Blue) = 19+32+7=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #132007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132007 is #ECDFF8. Grayscale: #191919. Windows color (decimal): -15523833 or 466963. OLE color: 466963.

HSL color Cylindrical-coordinate representation of color #132007: hue angle of 91.2º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132007 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.87.

Color convert

RGB19327-
CMYK0.4100.780.87
HSL91.2º64.1%7.65%-
HSV(B)91.2º78.12%12.55%-
XYZ0.821.190.39-
YUV25.26117.69123.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=32.76%
G=55.17%
B=12.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal193270.4100.780.8791.264.17.65
Hex132072904E575b408
Octal2340751011612713310010
Binary10011100000111101001010011101010111101101110000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132007; }

 p { color: rgb(19,32,7); }

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

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

 a { background-color: rgb(19,32,7); }

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

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

 span { border-color: rgb(19,32,7); }

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