#1E2616

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

Shades of Pine Tree #1E2616

Tints of Pine Tree #1E2616

Color information

#1E2616 (or 0x1E2616) is unknown color: approx Pine Tree. HEX triplet: 1E, 26 and 16. RGB value is (30,38,22). Sum of RGB (Red+Green+Blue) = 30+38+22=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2616 is #E1D9E9. Grayscale: #212121. Windows color (decimal): -14801386 or 1451550. OLE color: 1451550.

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

Color convert

RGB303822-
CMYK0.2100.420.85
HSL90º26.67%11.76%-
HSV(B)90º42.11%14.9%-
XYZ1.371.721.02-
YUV33.78121.35125.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 42.22%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=33.33%
G=42.22%
B=24.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3038220.2100.420.859026.6711.76
Hex1E26161502A555a1bc
Octal364626250521251323314
Binary111101001101011010101010101010101011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,22); }

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

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

 a { background-color: rgb(30,38,22); }

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

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

 span { border-color: rgb(30,38,22); }

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