#1E2516

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

Shades of Pine Tree #1E2516

Tints of Pine Tree #1E2516

Color information

#1E2516 (or 0x1E2516) is unknown color: approx Pine Tree. HEX triplet: 1E, 25 and 16. RGB value is (30,37,22). Sum of RGB (Red+Green+Blue) = 30+37+22=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2516 is #E1DAE9. Grayscale: #212121. Windows color (decimal): -14801642 or 1451294. OLE color: 1451294.

HSL color Cylindrical-coordinate representation of color #1E2516: hue angle of 88º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1E2516 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB303722-
CMYK0.1900.410.85
HSL88º25.42%11.57%-
HSV(B)88º40.54%14.51%-
XYZ1.341.661.01-
YUV33.2121.68125.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.71%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=33.71%
G=41.57%
B=24.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3037220.1900.410.858825.4211.57
Hex1E251613029555819c
Octal364526230511251303114
Binary111101001011011010011010100110101011011000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,37,22); }

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

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

 a { background-color: rgb(30,37,22); }

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

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

 span { border-color: rgb(30,37,22); }

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