#132707

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

Shades of Pine Tree #132707

Tints of Pine Tree #132707

Color information

#132707 (or 0x132707) is unknown color: approx Pine Tree. HEX triplet: 13, 27 and 07. RGB value is (19,39,7). Sum of RGB (Red+Green+Blue) = 19+39+7=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 39 (15.62% from 255 or 60% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 39 - color contains mainly: green. Hex color #132707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132707 is #ECD8F8. Grayscale: #1D1D1D. Windows color (decimal): -15522041 or 468755. OLE color: 468755.

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

Color convert

RGB19397-
CMYK0.5100.820.85
HSL97.5º69.57%9.02%-
HSV(B)97.5º82.05%15.29%-
XYZ1.031.60.46-
YUV29.37115.37120.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 39 (15.62% from 255) = 60%
BLUE value IS 7 (3.12% from 255) = 10.77%
R=29.23%
G=60%
B=10.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal193970.5100.820.8597.569.579.02
Hex13277330525562469
Octal2347763012212514210611
Binary10011100111111110011010100101010101110001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132707; }

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

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

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

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

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

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

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

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