#1A3406

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

Shades of Pine Tree #1A3406

Tints of Pine Tree #1A3406

Color information

#1A3406 (or 0x1A3406) is unknown color: approx Pine Tree. HEX triplet: 1A, 34 and 06. RGB value is (26,52,6). Sum of RGB (Red+Green+Blue) = 26+52+6=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #1A3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3406 is #E5CBF9. Grayscale: #272727. Windows color (decimal): -15059962 or 406554. OLE color: 406554.

HSL color Cylindrical-coordinate representation of color #1A3406: hue angle of 93.91º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A3406 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB26526-
CMYK0.5000.880.80
HSL93.91º79.31%11.37%-
HSV(B)93.91º88.46%20.39%-
XYZ1.692.690.6-
YUV38.98109.39118.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.95%
GREEN value IS 52 (20.70% from 255) = 61.90%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=30.95%
G=61.90%
B=7.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal265260.5000.880.8093.9179.3111.37
Hex1A34632058505e4fb
Octal3264662013012013611713
Binary11010110100110110010010110001010000101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,52,6); }

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

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

 a { background-color: rgb(26,52,6); }

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

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

 span { border-color: rgb(26,52,6); }

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