#1E211B

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

Shades of Pine Tree #1E211B

Tints of Pine Tree #1E211B

Color information

#1E211B (or 0x1E211B) is unknown color: approx Pine Tree. HEX triplet: 1E, 21 and 1B. RGB value is (30,33,27). Sum of RGB (Red+Green+Blue) = 30+33+27=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 33 - color contains mainly: green. Hex color #1E211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E211B is #E1DEE4. Grayscale: #1F1F1F. Windows color (decimal): -14802661 or 1777950. OLE color: 1777950.

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

Color convert

RGB303327-
CMYK0.0900.180.87
HSL90º10%11.76%-
HSV(B)90º18.18%12.94%-
XYZ1.281.441.25-
YUV31.42125.51126.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 27 (10.94% from 255) = 30%
R=33.33%
G=36.67%
B=30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3033270.0900.180.87901011.76
Hex1E211B9012575aac
Octal364133110221271321214
Binary111101000011101110010100101010111101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,33,27); }

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

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

 a { background-color: rgb(30,33,27); }

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

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

 span { border-color: rgb(30,33,27); }

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