#1E2C11

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

Shades of Pine Tree #1E2C11

Tints of Pine Tree #1E2C11

Color information

#1E2C11 (or 0x1E2C11) is unknown color: approx Pine Tree. HEX triplet: 1E, 2C and 11. RGB value is (30,44,17). Sum of RGB (Red+Green+Blue) = 30+44+17=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 44 (17.58% from 255 or 48.35% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 44 - color contains mainly: green. Hex color #1E2C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2C11 is #E1D3EE. Grayscale: #242424. Windows color (decimal): -14799855 or 1125406. OLE color: 1125406.

HSL color Cylindrical-coordinate representation of color #1E2C11: hue angle of 91.11º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E2C11 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB304417-
CMYK0.3200.610.83
HSL91.11º44.26%11.96%-
HSV(B)91.11º61.36%17.25%-
XYZ1.542.120.86-
YUV36.74116.86123.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.97%
GREEN value IS 44 (17.58% from 255) = 48.35%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=32.97%
G=48.35%
B=18.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3044170.3200.610.8391.1144.2611.96
Hex1E2C112003D535b2cc
Octal365421400751231335414
Binary11110101100100011000000111101101001110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,44,17); }

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

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

 a { background-color: rgb(30,44,17); }

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

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

 span { border-color: rgb(30,44,17); }

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