#1e260d

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

Shades of Pine Tree #1E260D

Tints of Pine Tree #1E260D

Color information

#1E260D (or 0x1E260D) is unknown color: approx Pine Tree. HEX triplet: 1E, 26 and 0D. RGB value is (30,38,13). Sum of RGB (Red+Green+Blue) = 30+38+13=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #1E260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E260D is #E1D9F2. Grayscale: #202020. Windows color (decimal): -14801395 or 861726. OLE color: 861726.

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

Color convert

RGB303813-
CMYK0.2100.660.85
HSL79.2º49.02%10%-
HSV(B)79.2º65.79%14.9%-
XYZ1.31.690.64-
YUV32.76116.85126.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 38 (15.23% from 255) = 46.91%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=37.04%
G=46.91%
B=16.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3038130.2100.660.8579.249.0210
Hex1E26D15042554f31a
Octal3646152501021251176112
Binary1111010011011011010101000010101010110011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e260d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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