#1E260C

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

Shades of Pine Tree #1E260C

Tints of Pine Tree #1E260C

Color information

#1E260C (or 0x1E260C) is unknown color: approx Pine Tree. HEX triplet: 1E, 26 and 0C. RGB value is (30,38,12). Sum of RGB (Red+Green+Blue) = 30+38+12=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #1E260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E260C is #E1D9F3. Grayscale: #202020. Windows color (decimal): -14801396 or 796190. OLE color: 796190.

HSL color Cylindrical-coordinate representation of color #1E260C: hue angle of 78.46º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E260C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB303812-
CMYK0.2100.680.85
HSL78.46º52%9.8%-
HSV(B)78.46º68.42%14.9%-
XYZ1.291.690.61-
YUV32.64116.35126.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.5%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 12 (5.08% from 255) = 15%
R=37.5%
G=47.5%
B=15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3038120.2100.680.8578.46529.8
Hex1E26C15044554e34a
Octal3646142501041251166412
Binary1111010011011001010101000100101010110011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,12); }

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

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

 a { background-color: rgb(30,38,12); }

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

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

 span { border-color: rgb(30,38,12); }

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