#1E3D04

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

Shades of Pine Tree #1E3D04

Tints of Pine Tree #1E3D04

Color information

#1E3D04 (or 0x1E3D04) is unknown color: approx Pine Tree. HEX triplet: 1E, 3D and 04. RGB value is (30,61,4). Sum of RGB (Red+Green+Blue) = 30+61+4=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3D04 is #E1C2FB. Grayscale: #2D2D2D. Windows color (decimal): -14795516 or 277790. OLE color: 277790.

HSL color Cylindrical-coordinate representation of color #1E3D04: hue angle of 92.63º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E3D04 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB30614-
CMYK0.5100.930.76
HSL92.63º87.69%12.75%-
HSV(B)92.63º93.44%23.92%-
XYZ2.233.620.7-
YUV45.23104.73117.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.58%
GREEN value IS 61 (24.22% from 255) = 64.21%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=31.58%
G=64.21%
B=4.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal306140.5100.930.7692.6387.6912.75
Hex1E3D43305D4C5d58d
Octal3675463013511413513015
Binary11110111101100110011010111011001100101110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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