#1E3205

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

Shades of Pine Tree #1E3205

Tints of Pine Tree #1E3205

Color information

#1E3205 (or 0x1E3205) is unknown color: approx Pine Tree. HEX triplet: 1E, 32 and 05. RGB value is (30,50,5). Sum of RGB (Red+Green+Blue) = 30+50+5=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3205 is #E1CDFA. Grayscale: #272727. Windows color (decimal): -14798331 or 340510. OLE color: 340510.

HSL color Cylindrical-coordinate representation of color #1E3205: hue angle of 86.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E3205 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB30505-
CMYK0.4000.900.80
HSL86.67º81.82%10.78%-
HSV(B)86.67º90%19.61%-
XYZ1.72.570.55-
YUV38.89108.87121.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.29%
GREEN value IS 50 (19.92% from 255) = 58.82%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=35.29%
G=58.82%
B=5.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal305050.4000.900.8086.6781.8210.78
Hex1E3252805A505752b
Octal3662550013212012712213
Binary11110110010101101000010110101010000101011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,50,5); }

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

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

 a { background-color: rgb(30,50,5); }

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

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

 span { border-color: rgb(30,50,5); }

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