#1E3102

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

Shades of Pine Tree #1E3102

Tints of Pine Tree #1E3102

Color information

#1E3102 (or 0x1E3102) is unknown color: approx Pine Tree. HEX triplet: 1E, 31 and 02. RGB value is (30,49,2). Sum of RGB (Red+Green+Blue) = 30+49+2=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3102 is #E1CEFD. Grayscale: #262626. Windows color (decimal): -14798590 or 143646. OLE color: 143646.

HSL color Cylindrical-coordinate representation of color #1E3102: hue angle of 84.26º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E3102 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB30492-
CMYK0.3900.960.81
HSL84.26º92.16%10%-
HSV(B)84.26º95.92%19.22%-
XYZ1.642.480.45-
YUV37.96107.71122.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 49 (19.53% from 255) = 60.49%
BLUE value IS 2 (1.17% from 255) = 2.47%
R=37.04%
G=60.49%
B=2.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal304920.3900.960.8184.2692.1610
Hex1E3122706051545ca
Octal3661247014012112413412
Binary1111011000110100111011000001010001101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,49,2); }

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

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

 a { background-color: rgb(30,49,2); }

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

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

 span { border-color: rgb(30,49,2); }

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