#1E310C

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

Shades of Pine Tree #1E310C

Tints of Pine Tree #1E310C

Color information

#1E310C (or 0x1E310C) is unknown color: approx Pine Tree. HEX triplet: 1E, 31 and 0C. RGB value is (30,49,12). Sum of RGB (Red+Green+Blue) = 30+49+12=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #1E310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E310C is #E1CEF3. Grayscale: #272727. Windows color (decimal): -14798580 or 799006. OLE color: 799006.

HSL color Cylindrical-coordinate representation of color #1E310C: hue angle of 90.81º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E310C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB304912-
CMYK0.3900.760.81
HSL90.81º60.66%11.96%-
HSV(B)90.81º75.51%19.22%-
XYZ1.72.50.74-
YUV39.1112.71121.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.97%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=32.97%
G=53.85%
B=13.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049120.3900.760.8190.8160.6611.96
Hex1E31C2704C515b3dc
Octal3661144701141211337514
Binary11110110001110010011101001100101000110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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