#1E3700

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

Shades of Pine Tree #1E3700

Tints of Pine Tree #1E3700

Color information

#1E3700 (or 0x1E3700) is unknown color: approx Pine Tree. HEX triplet: 1E, 37 and 00. RGB value is (30,55,0). Sum of RGB (Red+Green+Blue) = 30+55+0=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3700 is #E1C8FF. Grayscale: #292929. Windows color (decimal): -14797056 or 14110. OLE color: 14110.

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

Color convert

RGB30550-
CMYK0.45010.78
HSL87.27º100%10.78%-
HSV(B)87.27º100%21.57%-
XYZ1.93.010.48-
YUV41.26104.72119.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.29%
GREEN value IS 55 (21.88% from 255) = 64.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.29%
G=64.71%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal305500.45010.7887.2710010.78
Hex1E3702D0644E5764b
Octal3667055014411612714413
Binary111101101110101101011001001001110101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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