#1E221A

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

Shades of Pine Tree #1E221A

Tints of Pine Tree #1E221A

Color information

#1E221A (or 0x1E221A) is unknown color: approx Pine Tree. HEX triplet: 1E, 22 and 1A. RGB value is (30,34,26). Sum of RGB (Red+Green+Blue) = 30+34+26=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 34 - color contains mainly: green. Hex color #1E221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E221A is #E1DDE5. Grayscale: #1F1F1F. Windows color (decimal): -14802406 or 1712670. OLE color: 1712670.

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

Color convert

RGB303426-
CMYK0.1200.240.87
HSL90º13.33%11.76%-
HSV(B)90º23.53%13.33%-
XYZ1.291.491.2-
YUV31.89124.67126.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=33.33%
G=37.78%
B=28.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3034260.1200.240.879013.3311.76
Hex1E221AC018575adc
Octal364232140301271321514
Binary111101000101101011000110001010111101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,34,26); }

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

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

 a { background-color: rgb(30,34,26); }

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

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

 span { border-color: rgb(30,34,26); }

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