#1E3B07

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

Shades of Pine Tree #1E3B07

Tints of Pine Tree #1E3B07

Color information

#1E3B07 (or 0x1E3B07) is unknown color: approx Pine Tree. HEX triplet: 1E, 3B and 07. RGB value is (30,59,7). Sum of RGB (Red+Green+Blue) = 30+59+7=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #1E3B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3B07 is #E1C4F8. Grayscale: #2C2C2C. Windows color (decimal): -14796025 or 473886. OLE color: 473886.

HSL color Cylindrical-coordinate representation of color #1E3B07: hue angle of 93.46º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E3B07 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB30597-
CMYK0.4900.880.77
HSL93.46º78.79%12.94%-
HSV(B)93.46º88.14%23.14%-
XYZ2.143.420.75-
YUV44.4106.89117.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.25%
GREEN value IS 59 (23.44% from 255) = 61.46%
BLUE value IS 7 (3.12% from 255) = 7.29%
R=31.25%
G=61.46%
B=7.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal305970.4900.880.7793.4678.7912.94
Hex1E3B7310584D5d4fd
Octal3673761013011513511715
Binary11110111011111110001010110001001101101110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,59,7); }

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

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

 a { background-color: rgb(30,59,7); }

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

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

 span { border-color: rgb(30,59,7); }

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