#1E3704

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

Shades of Pine Tree #1E3704

Tints of Pine Tree #1E3704

Color information

#1E3704 (or 0x1E3704) is unknown color: approx Pine Tree. HEX triplet: 1E, 37 and 04. RGB value is (30,55,4). Sum of RGB (Red+Green+Blue) = 30+55+4=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3704 is #E1C8FB. Grayscale: #292929. Windows color (decimal): -14797052 or 276254. OLE color: 276254.

HSL color Cylindrical-coordinate representation of color #1E3704: hue angle of 89.41º degrees, saturation: 0.86, 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 #1E3704 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB30554-
CMYK0.4500.930.78
HSL89.41º86.44%11.57%-
HSV(B)89.41º92.73%21.57%-
XYZ1.923.020.6-
YUV41.71106.72119.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.71%
GREEN value IS 55 (21.88% from 255) = 61.80%
BLUE value IS 4 (1.95% from 255) = 4.49%
R=33.71%
G=61.80%
B=4.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal305540.4500.930.7889.4186.4411.57
Hex1E3742D05D4E5956c
Octal3667455013511613112614
Binary11110110111100101101010111011001110101100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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