#1E3702

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

Shades of Pine Tree #1E3702

Tints of Pine Tree #1E3702

Color information

#1E3702 (or 0x1E3702) is unknown color: approx Pine Tree. HEX triplet: 1E, 37 and 02. RGB value is (30,55,2). Sum of RGB (Red+Green+Blue) = 30+55+2=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3702 is #E1C8FD. Grayscale: #292929. Windows color (decimal): -14797054 or 145182. OLE color: 145182.

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

Color convert

RGB30552-
CMYK0.4500.960.78
HSL88.3º92.98%11.18%-
HSV(B)88.3º96.36%21.57%-
XYZ1.913.010.54-
YUV41.48105.72119.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.48%
GREEN value IS 55 (21.88% from 255) = 63.22%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=34.48%
G=63.22%
B=2.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal305520.4500.960.7888.392.9811.18
Hex1E3722D0604E585db
Octal3667255014011613013513
Binary1111011011110101101011000001001110101100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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