#1E3103

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

Shades of Pine Tree #1E3103

Tints of Pine Tree #1E3103

Color information

#1E3103 (or 0x1E3103) is unknown color: approx Pine Tree. HEX triplet: 1E, 31 and 03. RGB value is (30,49,3). Sum of RGB (Red+Green+Blue) = 30+49+3=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3103 is #E1CEFC. Grayscale: #262626. Windows color (decimal): -14798589 or 209182. OLE color: 209182.

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

Color convert

RGB30493-
CMYK0.3900.940.81
HSL84.78º88.46%10.2%-
HSV(B)84.78º93.88%19.22%-
XYZ1.652.480.48-
YUV38.07108.21122.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.59%
GREEN value IS 49 (19.53% from 255) = 59.76%
BLUE value IS 3 (1.56% from 255) = 3.66%
R=36.59%
G=59.76%
B=3.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal304930.3900.940.8184.7888.4610.2
Hex1E3132705E515558a
Octal3661347013612112513012
Binary1111011000111100111010111101010001101010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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