#1E2517

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

Shades of Pine Tree #1E2517

Tints of Pine Tree #1E2517

Color information

#1E2517 (or 0x1E2517) is unknown color: approx Pine Tree. HEX triplet: 1E, 25 and 17. RGB value is (30,37,23). Sum of RGB (Red+Green+Blue) = 30+37+23=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2517 is #E1DAE8. Grayscale: #212121. Windows color (decimal): -14801641 or 1516830. OLE color: 1516830.

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

Color convert

RGB303723-
CMYK0.1900.380.85
HSL90º23.33%11.76%-
HSV(B)90º37.84%14.51%-
XYZ1.351.661.06-
YUV33.31122.18125.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 23 (9.38% from 255) = 25.56%
R=33.33%
G=41.11%
B=25.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3037230.1900.380.859023.3311.76
Hex1E251713026555a17c
Octal364527230461251322714
Binary111101001011011110011010011010101011011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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