#1E3006

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

Shades of Pine Tree #1E3006

Tints of Pine Tree #1E3006

Color information

#1E3006 (or 0x1E3006) is unknown color: approx Pine Tree. HEX triplet: 1E, 30 and 06. RGB value is (30,48,6). Sum of RGB (Red+Green+Blue) = 30+48+6=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3006 is #E1CFF9. Grayscale: #252525. Windows color (decimal): -14798842 or 405534. OLE color: 405534.

HSL color Cylindrical-coordinate representation of color #1E3006: hue angle of 85.71º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E3006 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB30486-
CMYK0.3700.870.81
HSL85.71º77.78%10.59%-
HSV(B)85.71º87.5%18.82%-
XYZ1.632.40.55-
YUV37.83110.04122.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 48 (19.14% from 255) = 57.14%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=35.71%
G=57.14%
B=7.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal304860.3700.870.8185.7177.7810.59
Hex1E3062505751564eb
Octal3660645012712112611613
Binary11110110000110100101010101111010001101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,48,6); }

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

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

 a { background-color: rgb(30,48,6); }

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

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

 span { border-color: rgb(30,48,6); }

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