#1A2412

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

Shades of Pine Tree #1A2412

Tints of Pine Tree #1A2412

Color information

#1A2412 (or 0x1A2412) is unknown color: approx Pine Tree. HEX triplet: 1A, 24 and 12. RGB value is (26,36,18). Sum of RGB (Red+Green+Blue) = 26+36+18=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #1A2412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2412 is #E5DBED. Grayscale: #1F1F1F. Windows color (decimal): -15064046 or 1188890. OLE color: 1188890.

HSL color Cylindrical-coordinate representation of color #1A2412: hue angle of 93.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A2412 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB263618-
CMYK0.2800.50.86
HSL93.33º33.33%10.59%-
HSV(B)93.33º50%14.12%-
XYZ1.171.530.81-
YUV30.96120.69124.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.5%
GREEN value IS 36 (14.45% from 255) = 45%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=32.5%
G=45%
B=22.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2636180.2800.50.8693.3333.3310.59
Hex1A24121C032565d21b
Octal324422340621261354113
Binary1101010010010010111000110010101011010111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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