#1E2419

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

Shades of Pine Tree #1E2419

Tints of Pine Tree #1E2419

Color information

#1E2419 (or 0x1E2419) is unknown color: approx Pine Tree. HEX triplet: 1E, 24 and 19. RGB value is (30,36,25). Sum of RGB (Red+Green+Blue) = 30+36+25=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #1E2419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2419 is #E1DBE6. Grayscale: #202020. Windows color (decimal): -14801895 or 1647646. OLE color: 1647646.

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

Color convert

RGB303625-
CMYK0.1700.310.86
HSL92.73º18.03%11.96%-
HSV(B)92.73º30.56%14.12%-
XYZ1.341.611.16-
YUV32.95123.51125.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.97%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=32.97%
G=39.56%
B=27.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3036250.1700.310.8692.7318.0311.96
Hex1E24191101F565d12c
Octal364431210371261352214
Binary11110100100110011000101111110101101011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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