#1E320E

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

Shades of Pine Tree #1E320E

Tints of Pine Tree #1E320E

Color information

#1E320E (or 0x1E320E) is unknown color: approx Pine Tree. HEX triplet: 1E, 32 and 0E. RGB value is (30,50,14). Sum of RGB (Red+Green+Blue) = 30+50+14=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #1E320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E320E is #E1CDF1. Grayscale: #282828. Windows color (decimal): -14798322 or 930334. OLE color: 930334.

HSL color Cylindrical-coordinate representation of color #1E320E: hue angle of 93.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E320E is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.

Color convert

RGB305014-
CMYK0.4000.720.80
HSL93.33º56.25%12.55%-
HSV(B)93.33º72%19.61%-
XYZ1.762.590.82-
YUV39.92113.37120.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.91%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 14 (5.86% from 255) = 14.89%
R=31.91%
G=53.19%
B=14.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3050140.4000.720.8093.3356.2512.55
Hex1E32E28048505d38d
Octal3662165001101201357015
Binary11110110010111010100001001000101000010111011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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