#1E201C

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

Shades of Pine Tree #1E201C

Tints of Pine Tree #1E201C

Color information

#1E201C (or 0x1E201C) is unknown color: approx Pine Tree. HEX triplet: 1E, 20 and 1C. RGB value is (30,32,28). Sum of RGB (Red+Green+Blue) = 30+32+28=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 32 - color contains mainly: green. Hex color #1E201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E201C is #E1DFE3. Grayscale: #1E1E1E. Windows color (decimal): -14802916 or 1843230. OLE color: 1843230.

HSL color Cylindrical-coordinate representation of color #1E201C: hue angle of 90º degrees, saturation: 0.07, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1E201C is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB303228-
CMYK0.0600.120.87
HSL90º6.67%11.76%-
HSV(B)90º12.5%12.55%-
XYZ1.261.391.3-
YUV30.95126.34127.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=33.33%
G=35.56%
B=31.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3032280.0600.120.87906.6711.76
Hex1E201C60C575a7c
Octal3640346014127132714
Binary111101000001110011001100101011110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,32,28); }

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

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

 a { background-color: rgb(30,32,28); }

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

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

 span { border-color: rgb(30,32,28); }

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