#1A3705

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

Shades of Pine Tree #1A3705

Tints of Pine Tree #1A3705

Color information

#1A3705 (or 0x1A3705) is unknown color: approx Pine Tree. HEX triplet: 1A, 37 and 05. RGB value is (26,55,5). Sum of RGB (Red+Green+Blue) = 26+55+5=86 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.23% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #1A3705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3705 is #E5C8FA. Grayscale: #282828. Windows color (decimal): -15059195 or 341786. OLE color: 341786.

HSL color Cylindrical-coordinate representation of color #1A3705: hue angle of 94.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A3705 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB26555-
CMYK0.5300.910.78
HSL94.8º83.33%11.76%-
HSV(B)94.8º90.91%21.57%-
XYZ1.822.960.62-
YUV40.63107.89117.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.23%
GREEN value IS 55 (21.88% from 255) = 63.95%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=30.23%
G=63.95%
B=5.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal265550.5300.910.7894.883.3311.76
Hex1A3753505B4E5f53c
Octal3267565013311613712314
Binary11010110111101110101010110111001110101111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3705; }

 p { color: rgb(26,55,5); }

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

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

 a { background-color: rgb(26,55,5); }

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

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

 span { border-color: rgb(26,55,5); }

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