#1E2B11

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

Shades of Pine Tree #1E2B11

Tints of Pine Tree #1E2B11

Color information

#1E2B11 (or 0x1E2B11) is unknown color: approx Pine Tree. HEX triplet: 1E, 2B and 11. RGB value is (30,43,17). Sum of RGB (Red+Green+Blue) = 30+43+17=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 43 (17.19% from 255 or 47.78% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 43 - color contains mainly: green. Hex color #1E2B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2B11 is #E1D4EE. Grayscale: #242424. Windows color (decimal): -14800111 or 1125150. OLE color: 1125150.

HSL color Cylindrical-coordinate representation of color #1E2B11: hue angle of 90º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E2B11 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB304317-
CMYK0.3000.600.83
HSL90º43.33%11.76%-
HSV(B)90º60.47%16.86%-
XYZ1.52.040.85-
YUV36.15117.19123.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 43 (17.19% from 255) = 47.78%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=33.33%
G=47.78%
B=18.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3043170.3000.600.839043.3311.76
Hex1E2B111E03C535a2bc
Octal365321360741231325314
Binary1111010101110001111100111100101001110110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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