#1E2714

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

Shades of Pine Tree #1E2714

Tints of Pine Tree #1E2714

Color information

#1E2714 (or 0x1E2714) is unknown color: approx Pine Tree. HEX triplet: 1E, 27 and 14. RGB value is (30,39,20). Sum of RGB (Red+Green+Blue) = 30+39+20=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2714 is #E1D8EB. Grayscale: #222222. Windows color (decimal): -14801132 or 1320734. OLE color: 1320734.

HSL color Cylindrical-coordinate representation of color #1E2714: hue angle of 88.42º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1E2714 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB303920-
CMYK0.2300.490.85
HSL88.42º32.2%11.57%-
HSV(B)88.42º48.72%15.29%-
XYZ1.391.780.93-
YUV34.14120.02125.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.71%
GREEN value IS 39 (15.62% from 255) = 43.82%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=33.71%
G=43.82%
B=22.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3039200.2300.490.8588.4232.211.57
Hex1E271417031555820c
Octal364724270611251304014
Binary1111010011110100101110110001101010110110001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,39,20); }

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

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

 a { background-color: rgb(30,39,20); }

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

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

 span { border-color: rgb(30,39,20); }

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