#1E3806

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

Shades of Pine Tree #1E3806

Tints of Pine Tree #1E3806

Color information

#1E3806 (or 0x1E3806) is unknown color: approx Pine Tree. HEX triplet: 1E, 38 and 06. RGB value is (30,56,6). Sum of RGB (Red+Green+Blue) = 30+56+6=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3806 is #E1C7F9. Grayscale: #2A2A2A. Windows color (decimal): -14796794 or 407582. OLE color: 407582.

HSL color Cylindrical-coordinate representation of color #1E3806: hue angle of 91.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E3806 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB30566-
CMYK0.4600.890.78
HSL91.2º80.65%12.16%-
HSV(B)91.2º89.29%21.96%-
XYZ1.983.120.67-
YUV42.53107.39119.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.61%
GREEN value IS 56 (22.27% from 255) = 60.87%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=32.61%
G=60.87%
B=6.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal305660.4600.890.7891.280.6512.16
Hex1E3862E0594E5b51c
Octal3670656013111613312114
Binary11110111000110101110010110011001110101101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,56,6); }

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

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

 a { background-color: rgb(30,56,6); }

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

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

 span { border-color: rgb(30,56,6); }

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