#1A2012

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

Shades of Pine Tree #1A2012

Tints of Pine Tree #1A2012

Color information

#1A2012 (or 0x1A2012) is unknown color: approx Pine Tree. HEX triplet: 1A, 20 and 12. RGB value is (26,32,18). Sum of RGB (Red+Green+Blue) = 26+32+18=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #1A2012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2012 is #E5DFED. Grayscale: #1C1C1C. Windows color (decimal): -15065070 or 1187866. OLE color: 1187866.

HSL color Cylindrical-coordinate representation of color #1A2012: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1A2012 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB263218-
CMYK0.1900.440.87
HSL85.71º28%9.8%-
HSV(B)85.71º43.75%12.55%-
XYZ1.051.30.77-
YUV28.61122.01126.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.21%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=34.21%
G=42.11%
B=23.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2632180.1900.440.8785.71289.8
Hex1A20121302C57561ca
Octal324022230541271263412
Binary110101000001001010011010110010101111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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