#1E340A

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

Shades of Pine Tree #1E340A

Tints of Pine Tree #1E340A

Color information

#1E340A (or 0x1E340A) is unknown color: approx Pine Tree. HEX triplet: 1E, 34 and 0A. RGB value is (30,52,10). Sum of RGB (Red+Green+Blue) = 30+52+10=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #1E340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E340A is #E1CBF5. Grayscale: #282828. Windows color (decimal): -14797814 or 668702. OLE color: 668702.

HSL color Cylindrical-coordinate representation of color #1E340A: hue angle of 91.43º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E340A is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB305210-
CMYK0.4200.810.80
HSL91.43º67.74%12.16%-
HSV(B)91.43º80.77%20.39%-
XYZ1.822.750.72-
YUV40.63110.71120.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.61%
GREEN value IS 52 (20.70% from 255) = 56.52%
BLUE value IS 10 (4.30% from 255) = 10.87%
R=32.61%
G=56.52%
B=10.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3052100.4200.810.8091.4367.7412.16
Hex1E34A2A051505b44c
Octal36641252012112013310414
Binary111101101001010101010010100011010000101101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,52,10); }

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

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

 a { background-color: rgb(30,52,10); }

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

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

 span { border-color: rgb(30,52,10); }

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