#1A2712

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

Shades of Pine Tree #1A2712

Tints of Pine Tree #1A2712

Color information

#1A2712 (or 0x1A2712) is unknown color: approx Pine Tree. HEX triplet: 1A, 27 and 12. RGB value is (26,39,18). Sum of RGB (Red+Green+Blue) = 26+39+18=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #1A2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2712 is #E5D8ED. Grayscale: #202020. Windows color (decimal): -15063278 or 1189658. OLE color: 1189658.

HSL color Cylindrical-coordinate representation of color #1A2712: hue angle of 97.14º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A2712 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB263918-
CMYK0.3300.540.85
HSL97.14º36.84%11.18%-
HSV(B)97.14º53.85%15.29%-
XYZ1.261.710.84-
YUV32.72119.69123.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 31.33%
GREEN value IS 39 (15.62% from 255) = 46.99%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=31.33%
G=46.99%
B=21.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2639180.3300.540.8597.1436.8411.18
Hex1A271221036556125b
Octal324722410661251414513
Binary11010100111100101000010110110101010111000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,39,18); }

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

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

 a { background-color: rgb(26,39,18); }

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

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

 span { border-color: rgb(26,39,18); }

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