#1E3904

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

Shades of Pine Tree #1E3904

Tints of Pine Tree #1E3904

Color information

#1E3904 (or 0x1E3904) is unknown color: approx Pine Tree. HEX triplet: 1E, 39 and 04. RGB value is (30,57,4). Sum of RGB (Red+Green+Blue) = 30+57+4=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3904 is #E1C6FB. Grayscale: #2B2B2B. Windows color (decimal): -14796540 or 276766. OLE color: 276766.

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

Color convert

RGB30574-
CMYK0.4700.930.78
HSL90.57º86.89%11.96%-
HSV(B)90.57º92.98%22.35%-
XYZ2.023.210.63-
YUV42.88106.05118.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.97%
GREEN value IS 57 (22.66% from 255) = 62.64%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=32.97%
G=62.64%
B=4.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal305740.4700.930.7890.5786.8911.96
Hex1E3942F05D4E5b57c
Octal3671457013511613312714
Binary11110111001100101111010111011001110101101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,57,4); }

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

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

 a { background-color: rgb(30,57,4); }

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

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

 span { border-color: rgb(30,57,4); }

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