#1E2E11

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

Shades of Pine Tree #1E2E11

Tints of Pine Tree #1E2E11

Color information

#1E2E11 (or 0x1E2E11) is unknown color: approx Pine Tree. HEX triplet: 1E, 2E and 11. RGB value is (30,46,17). Sum of RGB (Red+Green+Blue) = 30+46+17=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #1E2E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2E11 is #E1D1EE. Grayscale: #262626. Windows color (decimal): -14799343 or 1125918. OLE color: 1125918.

HSL color Cylindrical-coordinate representation of color #1E2E11: hue angle of 93.1º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E2E11 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB304617-
CMYK0.3500.630.82
HSL93.1º46.03%12.35%-
HSV(B)93.1º63.04%18.04%-
XYZ1.612.270.88-
YUV37.91116.2122.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 46 (18.36% from 255) = 49.46%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=32.26%
G=49.46%
B=18.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3046170.3500.630.8293.146.0312.35
Hex1E2E112303F525d2ec
Octal365621430771221355614
Binary11110101110100011000110111111101001010111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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