#1E3705

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

Shades of Pine Tree #1E3705

Tints of Pine Tree #1E3705

Color information

#1E3705 (or 0x1E3705) is unknown color: approx Pine Tree. HEX triplet: 1E, 37 and 05. RGB value is (30,55,5). Sum of RGB (Red+Green+Blue) = 30+55+5=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3705 is #E1C8FA. Grayscale: #292929. Windows color (decimal): -14797051 or 341790. OLE color: 341790.

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

Color convert

RGB30555-
CMYK0.4500.910.78
HSL90º83.33%11.76%-
HSV(B)90º90.91%21.57%-
XYZ1.933.020.62-
YUV41.82107.22119.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 61.11%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=33.33%
G=61.11%
B=5.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal305550.4500.910.789083.3311.76
Hex1E3752D05B4E5a53c
Octal3667555013311613212314
Binary11110110111101101101010110111001110101101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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