#1E2319

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

Shades of Pine Tree #1E2319

Tints of Pine Tree #1E2319

Color information

#1E2319 (or 0x1E2319) is unknown color: approx Pine Tree. HEX triplet: 1E, 23 and 19. RGB value is (30,35,25). Sum of RGB (Red+Green+Blue) = 30+35+25=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2319 is #E1DCE6. Grayscale: #202020. Windows color (decimal): -14802151 or 1647390. OLE color: 1647390.

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

Color convert

RGB303525-
CMYK0.1400.290.86
HSL90º16.67%11.76%-
HSV(B)90º28.57%13.73%-
XYZ1.311.551.15-
YUV32.36123.84126.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 25 (10.16% from 255) = 27.78%
R=33.33%
G=38.89%
B=27.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3035250.1400.290.869016.6711.76
Hex1E2319E01D565a11c
Octal364331160351261322114
Binary1111010001111001111001110110101101011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,35,25); }

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

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

 a { background-color: rgb(30,35,25); }

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

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

 span { border-color: rgb(30,35,25); }

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