#132905

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

Shades of Pine Tree #132905

Tints of Pine Tree #132905

Color information

#132905 (or 0x132905) is unknown color: approx Pine Tree. HEX triplet: 13, 29 and 05. RGB value is (19,41,5). Sum of RGB (Red+Green+Blue) = 19+41+5=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #132905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132905 is #ECD6FA. Grayscale: #1E1E1E. Windows color (decimal): -15521531 or 338195. OLE color: 338195.

HSL color Cylindrical-coordinate representation of color #132905: hue angle of 96.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132905 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB19415-
CMYK0.5400.880.84
HSL96.67º78.26%9.02%-
HSV(B)96.67º87.8%16.08%-
XYZ1.091.740.42-
YUV30.32113.71119.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 41 (16.41% from 255) = 63.08%
BLUE value IS 5 (2.34% from 255) = 7.69%
R=29.23%
G=63.08%
B=7.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal194150.5400.880.8496.6778.269.02
Hex132953605854614e9
Octal2351566013012414111611
Binary10011101001101110110010110001010100110000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132905; }

 p { color: rgb(19,41,5); }

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

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

 a { background-color: rgb(19,41,5); }

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

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

 span { border-color: rgb(19,41,5); }

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