#132708

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

Shades of Pine Tree #132708

Tints of Pine Tree #132708

Color information

#132708 (or 0x132708) is unknown color: approx Pine Tree. HEX triplet: 13, 27 and 08. RGB value is (19,39,8). Sum of RGB (Red+Green+Blue) = 19+39+8=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #132708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132708 is #ECD8F7. Grayscale: #1D1D1D. Windows color (decimal): -15522040 or 534291. OLE color: 534291.

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

Color convert

RGB19398-
CMYK0.5100.790.85
HSL98.71º65.96%9.22%-
HSV(B)98.71º79.49%15.29%-
XYZ1.041.610.49-
YUV29.49115.87120.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 39 (15.62% from 255) = 59.09%
BLUE value IS 8 (3.52% from 255) = 12.12%
R=28.79%
G=59.09%
B=12.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal193980.5100.790.8598.7165.969.22
Hex132783304F5563429
Octal23471063011712514310211
Binary100111001111000110011010011111010101110001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132708; }

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

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

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

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

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

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

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

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