#1E231A

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

Shades of Pine Tree #1E231A

Tints of Pine Tree #1E231A

Color information

#1E231A (or 0x1E231A) is unknown color: approx Pine Tree. HEX triplet: 1E, 23 and 1A. RGB value is (30,35,26). Sum of RGB (Red+Green+Blue) = 30+35+26=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 35 - color contains mainly: green. Hex color #1E231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E231A is #E1DCE5. Grayscale: #202020. Windows color (decimal): -14802150 or 1712926. OLE color: 1712926.

HSL color Cylindrical-coordinate representation of color #1E231A: hue angle of 93.33º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1E231A is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB303526-
CMYK0.1400.260.86
HSL93.33º14.75%11.96%-
HSV(B)93.33º25.71%13.73%-
XYZ1.321.551.21-
YUV32.48124.34126.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.97%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=32.97%
G=38.46%
B=28.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3035260.1400.260.8693.3314.7511.96
Hex1E231AE01A565dfc
Octal364332160321261351714
Binary111101000111101011100110101010110101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,35,26); }

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

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

 a { background-color: rgb(30,35,26); }

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

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

 span { border-color: rgb(30,35,26); }

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