#1E2416

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

Shades of Pine Tree #1E2416

Tints of Pine Tree #1E2416

Color information

#1E2416 (or 0x1E2416) is unknown color: approx Pine Tree. HEX triplet: 1E, 24 and 16. RGB value is (30,36,22). Sum of RGB (Red+Green+Blue) = 30+36+22=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #1E2416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2416 is #E1DBE9. Grayscale: #202020. Windows color (decimal): -14801898 or 1451038. OLE color: 1451038.

HSL color Cylindrical-coordinate representation of color #1E2416: hue angle of 85.71º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E2416 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB303622-
CMYK0.1700.390.86
HSL85.71º24.14%11.37%-
HSV(B)85.71º38.89%14.12%-
XYZ1.311.61-
YUV32.61122.01126.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.09%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 22 (8.98% from 255) = 25%
R=34.09%
G=40.91%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3036220.1700.390.8685.7124.1411.37
Hex1E241611027565618b
Octal364426210471261263013
Binary111101001001011010001010011110101101010110110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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